Last data update: 2014.03.03

R: shows association rules for classification accuracy.
showrulesR Documentation

shows association rules for classification accuracy.

Description

Classification accuracy label 'high' corresponds to best twenty percent and 'low' for the rest.

Usage

showrules(PreProCombClassobject, support = 0.05, confidence = 0.5)

Arguments

PreProCombClassobject

(PreProCombClass)

support

(numeric) support for association rules, default to 0.05

confidence

(numeric) confidence for association rules, defaults to 0.5

Results