Class AprioriMiner<T>

java.lang.Object
org.tweetyproject.machinelearning.assoc.AbstractAssociationRuleMiner<T>
org.tweetyproject.machinelearning.assoc.AprioriMiner<T>
Type Parameters:
T - the type of items
All Implemented Interfaces:
AssociationRuleMiner<T>, FrequentPatternMiner<T>

public class AprioriMiner<T> extends AbstractAssociationRuleMiner<T>
Implements the classical Apriori algorithm for association rule mining, cf. [R. Agrawal, R. Srikant. Fast algorithms for mining association rules in large databases. VLDB 1994.]
Author:
Matthias Thimm