Uses of Class
com.pervasive.datarush.analytics.arm.AssociationRule
-
Packages that use AssociationRule Package Description com.pervasive.datarush.analytics.arm 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 AssociationRule Modifier and Type Method Description List<AssociationRule>
RulesGenerator. getGeneratedRules()
Return the list of rules generated.List<AssociationRule>
PMMLAssociationModel. getRules()
Return the list of association rules contained in the model.Methods in com.pervasive.datarush.analytics.arm with parameters of type AssociationRule Modifier and Type Method Description void
PMMLAssociationModel. addAssociationRule(AssociationRule rule)
Add an association rule to the model.
-