Class FpGrowthMiner<T>

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

public class FpGrowthMiner<T> extends Object implements FrequentPatternMiner<T>
Implements the FP-Growth Algorithm for frequent pattern mining, cf. [Jiawei Han, Jian Pei, Yiwen Yin. Mining frequent patterns without candidate generation. ACM SIGMOD Record, Volume 29, Issue 2, June 2000 pp 1–12]
Author:
Matthias Thimm