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...
|
|
Available identifiers of input objects for the association rules algorithm
Enumerator |
---|
data |
Input data table
|
Available sort order options for resulting itemsets
Enumerator |
---|
itemsetsUnsorted |
Unsorted
|
itemsetsSortedBySupport |
Sorted by the support value
|
Available methods for finding large itemsets and association rules
Enumerator |
---|
apriori |
Apriori method
|
defaultDense |
Apriori default method
|
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
|
Available sort order options for resulting association rules
Enumerator |
---|
rulesUnsorted |
Unsorted
|
rulesSortedByConfidence |
Sorted by the confidence value
|