Uses of Class
com.pervasive.datarush.analytics.arm.AssociationRule
Packages that use AssociationRule
Package
Description
Provides common classes for Association Rule Mining (ARM).
-
Uses of AssociationRule in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm that return types with arguments of type AssociationRuleModifier and TypeMethodDescriptionRulesGenerator.getGeneratedRules()Return the list of rules generated.PMMLAssociationModel.getRules()Return the list of association rules contained in the model.Methods in com.pervasive.datarush.analytics.arm with parameters of type AssociationRuleModifier and TypeMethodDescriptionvoidPMMLAssociationModel.addAssociationRule(AssociationRule rule) Add an association rule to the model.