associationrules-class: AssociationRules

Description Usage Arguments Methods (by generic) Slots

Description

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.

Usage

1
2
3
4
5
## S4 method for signature 'AssociationRules'
show(object)

## S4 method for signature 'AssociationRules'
summary(object)

Arguments

object

Object of class AssociationRules

Methods (by generic)

Slots

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


quentinseifert/unnamed documentation built on Dec. 3, 2019, 11:31 p.m.