Re: FP Growth oddities

2011-11-14 Thread Robin Anil
On Mon, Nov 14, 2011 at 1:58 PM, Tom Pierce wrote: > Hi, > > I've been playing around a bit with the FPGrowth implementation, and I > have some questions. > > Is it intentional that all frequent itemsets including a given item > are mined for each (frequent) item? For example, consider a simple

FP Growth oddities

2011-11-14 Thread Tom Pierce
Hi, I've been playing around a bit with the FPGrowth implementation, and I have some questions. Is it intentional that all frequent itemsets including a given item are mined for each (frequent) item?  For example, consider a simple example from FPGrowthTest.java: X      (occurs 12 times) Y