This is file readme.txt for the ClosureOpt package
created on 05/16/2001 by Laurentiu Cristofor

contents of this package are:

readme.txt 

   - this file 

ClosureOpt.java 

   - the source of ClosureOpt, a slightly modified implementation of
     the Closure algorithm. ClosureOpt does not use a hashtree during
     the first pass over the database, instead it uses a simpler method
     for computing the supports of the itemsets of size 1 and 2, method
     which should be faster than using a hashtree.

ClosureOpt.jar

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