Previous | Table of Contents | Next |
An AssociationRulesFunctionSettings is a subclass of FrequentItemSetFunctionSettings that supports features that are unique
to association rules algorithms.
Superclasses
FrequentItemSetFunctionSettings
Attributes
minimumConfidence
This specifies the minimum confidence value for each association rule to be found. type: Double multiplicity: exactly one
maximumRuleLength
This is the maximum length of the antecedent and consequent item set sizes. type: Integer multiplicity: exactly one