| apriori-class {fdm2id} | R Documentation |
APRIORI classification model
Description
This class contains the classification model obtained by the APRIORI association rules method.
Slots
rulesThe set of rules obtained by APRIORI.
transactionsThe training set as a
transactionobject.trainThe training set (description). A
matrixordata.frame.labelsClass labels of the training set. Either a
factoror an integervector.suppThe minimal support of an item set (numeric value).
confThe 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]