apriori-class {fdm2id} | R Documentation |
APRIORI classification model
Description
This class contains the classification model obtained by the APRIORI association rules method.
Slots
rules
The set of rules obtained by APRIORI.
transactions
The training set as a
transaction
object.train
The training set (description). A
matrix
ordata.frame
.labels
Class labels of the training set. Either a
factor
or an integervector
.supp
The minimal support of an item set (numeric value).
conf
The minimal confidence of an item set (numeric value).
See Also
APRIORI
, predict.apriori
, print.apriori
,
summary.apriori
, apriori
[Package fdm2id version 0.9.9 Index]