public final class FPGrowthAlgorithm extends Object
FPTree
.Constructor and Description |
---|
FPGrowthAlgorithm(long minSupport,
int k)
Create an
FPGrowth instance with the given minimum support value
and item count value. |
Modifier and Type | Method and Description |
---|---|
List<ItemSet> |
fpGrowth(com.pervasive.datarush.analytics.arm.fpgrowth.internal.FPTree fpTree)
Executes the FP-growth algorithm on the given FP-tree.
|
public FPGrowthAlgorithm(long minSupport, int k)
FPGrowth
instance with the given minimum support value
and item count value.minSupport
- the minimum number of transactions an item set must participate in to be frequentk
- the largest item-set cardinality wantedpublic List<ItemSet> fpGrowth(com.pervasive.datarush.analytics.arm.fpgrowth.internal.FPTree fpTree)
fpTree
- the tree to feed to the FP-growth algorithmCopyright © 2020 Actian Corporation. All rights reserved.