Description Usage Arguments Methods (by generic) Slots
The S4 class AssociationRules
characterises the generated
association rules using five different slots. An object of class
AssociationRules
can be analysed using show
and summary
.
1 2 3 4 5 |
object |
Object of class |
show
: Shows the number of the generated association rules
summary
: Returns a data.frame of all generated
association rules and their respective quality measurements
items
Character vector containing the item names of the transaction matrix
antecedent
Each antecedent of every generated association rule in the shape of a sparse matrix (ngCMatrix)
consequent
Each consequent of every generated association rule in the shape of a sparse matrix (ngCMatrix)
measurements
Quality measurements (support, confidence, lift) for every generated association rule
m_values
User specified minimum values for support and confidence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.