Contains classes for the association rules algorithm.
More...
|
struct | Parameter |
| Parameters for the association rules compute() method. More...
|
|
class | Input |
| Input for the association rules algorithm More...
|
|
class | Result |
| Results obtained with the compute() method of the association rules algorithm in the batch processing mode. More...
|
|
◆ InputId
Available identifiers of input objects for the association rules algorithm
Enumerator |
---|
data | Input data table
|
◆ ItemsetsOrder
Available sort order options for resulting itemsets
Enumerator |
---|
itemsetsUnsorted | Unsorted
|
itemsetsSortedBySupport | Sorted by the support value
|
◆ Method
Available methods for finding large itemsets and association rules
Enumerator |
---|
apriori | Apriori method
|
defaultDense | Apriori default method
|
◆ ResultId
Available identifiers of results for the association rules algorithm
Enumerator |
---|
largeItemsets | Large itemsets
|
largeItemsetsSupport | Support of large itemsets
|
antecedentItemsets | Antecedent itemsets
|
consequentItemsets | Consequent itemsets
|
confidence | Confidence
|
◆ RulesOrder
Available sort order options for resulting association rules
Enumerator |
---|
rulesUnsorted | Unsorted
|
rulesSortedByConfidence | Sorted by the confidence value
|