| apriori-class | R Documentation |
This class contains the classification model obtained by the APRIORI association rules method.
rulesThe set of rules obtained by APRIORI.
transactionsThe training set as a transaction object.
trainThe training set (description). A matrix or data.frame.
labelsClass labels of the training set. Either a factor or an integer vector.
suppThe minimal support of an item set (numeric value).
confThe minimal confidence of an item set (numeric value).
APRIORI, predict.apriori, print.apriori,
summary.apriori, apriori
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.