Interface AssociationRuleMiner<T>

Type Parameters:
T - the type of items
All Superinterfaces:
FrequentPatternMiner<T>
All Known Implementing Classes:
AbstractAssociationRuleMiner, AprioriMiner

public interface AssociationRuleMiner<T> extends FrequentPatternMiner<T>
Interface for algorithms mining association rules from transaction databases.
Author:
Matthias Thimm