Uses of Class
com.pervasive.datarush.analytics.arm.ItemSet
-
Packages that use ItemSet Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.analytics.arm.fpgrowth Provides the operator to perform the FP-growth ARM algorithm. -
-
Uses of ItemSet in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm that return types with arguments of type ItemSet Modifier and Type Method Description List<ItemSet>
PMMLAssociationModel. getItemSets()
Return the list of frequent item sets contained in the model.static Comparator<ItemSet>
ItemSet. newSetSizeComparator()
Create a newComparator
that compares item sets and allows sorting by item set size and support.Methods in com.pervasive.datarush.analytics.arm with parameters of type ItemSet Modifier and Type Method Description void
PMMLAssociationModel. addItemSet(ItemSet itemSet)
Add an item set to the model.void
RulesGenerator. addItemSet(ItemSet itemSet)
Add an item set to the model used by the rules generator. -
Uses of ItemSet in com.pervasive.datarush.analytics.arm.fpgrowth
Methods in com.pervasive.datarush.analytics.arm.fpgrowth that return types with arguments of type ItemSet Modifier and Type Method Description List<ItemSet>
FPGrowthAlgorithm. fpGrowth(com.pervasive.datarush.analytics.arm.fpgrowth.internal.FPTree fpTree)
Executes the FP-growth algorithm on the given FP-tree.
-