Parameters for the association rules compute() method.
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
__init__(daal.algorithms.association_rules.Parameter self, double minSupport=0.01, double minConfidence=0.6, size_t nUniqueItems=0, size_t nTransactions=0, bool discoverRules=True, daal.algorithms.association_rules.ItemsetsOrder itemsetsOrder, daal.algorithms.association_rules.RulesOrder rulesOrder, size_t minSize=0, size_t maxSize=0) -> Parameter
Checks parameters of the association rules algorithm
Flag. If true, association rules are built from large itemsets
Format of the resulting itemsets
Maximum number of items in a large itemset.
Minimum confidence 0.0 <= minConfidence < 1.0
Minimum number of items in a large itemset
Minimum support 0.0 <= minSupport < 1.0
Format of the resulting association rules
The documentation for this class was generated from the following file: