This class contains the classification model obtained by the APRIORI association rules method.
rules
The set of rules obtained by APRIORI.
transactions
The training set as a transaction
object.
train
The training set (description). A matrix
or data.frame
.
labels
Class labels of the training set. Either a factor
or an integer vector
.
supp
The minimal support of an item set (numeric value).
conf
The minimal confidence of an item set (numeric value).
APRIORI
, predict.apriori
, print.apriori
,
summary.apriori
, apriori