Interface FrequentPatternMiner<T>

Type Parameters:
T - the type of items
All Known Subinterfaces:
AssociationRuleMiner<T>
All Known Implementing Classes:
AbstractAssociationRuleMiner, AprioriMiner, FpGrowthMiner

public interface FrequentPatternMiner<T>
Interface for algorithms mining frequent patterns from transaction databases.
Author:
Matthias Thimm