Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.result.AprioriResult

Packages that use AprioriResult
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
 

Uses of AprioriResult in de.lmu.ifi.dbs.elki.algorithm
 

Fields in de.lmu.ifi.dbs.elki.algorithm declared as AprioriResult
private  AprioriResult APRIORI.result
          The result.
 

Methods in de.lmu.ifi.dbs.elki.algorithm that return AprioriResult
 AprioriResult APRIORI.getResult()
           
protected  AprioriResult APRIORI.runInTime(Database<BitVector> database)
          Performs the APRIORI algorithm on the given database.
 


Release 0.2.1 (2009-07-13_1605)