Previous | Table of Contents | Next |
This is a subclass of MiningFunctionSettings that specifies the parameters specific to frequent itemset algorithms.
Superclasses
MiningFunctionSettings
Attributes
minimumSupport
This specifies the minimum support of each frequent itemset to be found. type: Double multiplicity: exactly one
maximumSetSize
This specifies the maximum number of items to be included in any frequent itemset to be found. type: Integer multiplicity:
exactly one
References
exclusion
This represents a set of items to be excluded from consideration during the execution of frequent itemset algorithm. class:
Category defined by: SettingsRefExcludedCategories multiplicity: zero or more inverse: Category::settings