This is file readme.txt for the FPgrowth package
created on 06/01/2001 by Laurentiu Cristofor

contents of this package are:

readme.txt 

   - this file 

FPgrowth.java 

   - the source of FP-growth, an algorithm by Han, Pei, and Yin from
     Simon Fraser University. FP-growth uses an interesting tree
     structure called FP-Tree (frequent pattern tree).

FPgrowth.jar

   - the compiled version of FPgrowth.java, packaged in a .jar file
     and thus ready to be uploaded to an ARMiner server using the
     Algorithm/Add Algorithm menu command.
