Uses of Class
com.pervasive.datarush.analytics.arm.ItemSet
Packages that use ItemSet
Package
Description
Provides common classes for Association Rule Mining (ARM).
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 ItemSetModifier and TypeMethodDescriptionPMMLAssociationModel.getItemSets()Return the list of frequent item sets contained in the model.static Comparator<ItemSet>ItemSet.newSetSizeComparator()Create a newComparatorthat compares item sets and allows sorting by item set size and support.Methods in com.pervasive.datarush.analytics.arm with parameters of type ItemSetModifier and TypeMethodDescriptionvoidPMMLAssociationModel.addItemSet(ItemSet itemSet) Add an item set to the model.voidRulesGenerator.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