Learn R Programming

qCBA (version 1.0.2)

qCBARuleModel-class: QCBA Rule Model

Description

This class represents a QCBA rule-based classifier.

Usage

# S4 method for qCBARuleModel
show(object)

Arguments

object

An object of class qCBARuleModel

Slots

rules

object of class rules from arules package postprocessed by qCBA

history

extension history

classAtt

name of the target class attribute

attTypes

attribute types

rulePath

path to file with rules, has priority over the rules slot

ruleCount

number of rules

Details

qCBARuleModel