apriori-class: APRIORI classification model

apriori-classR 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 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).

See Also

APRIORI, predict.apriori, print.apriori, summary.apriori, apriori


fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to apriori-class in fdm2id...