summary.RuleSetRST: The summary function of rules based on RST

Description Usage Arguments Value Author(s) Examples

View source: R/IOFunctions.R

Description

This function enables the output of a summary of the rule induction methods.

Usage

1
2
## S3 method for class 'RuleSetRST'
summary(object, ...)

Arguments

object

a "RuleSetRST" object. See RI.indiscernibilityBasedRules.RST.

...

the other parameters.

Value

a description that contains the following information:

Author(s)

Lala Septem Riza and Andrzej Janusz

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
###########################################################
## Example : Classification problem
###########################################################
data(RoughSetData)
decision.table <- RoughSetData$hiring.dt

## determine feature subset/reduct
reduct <- FS.permutation.heuristic.reduct.RST(decision.table,  permutation = NULL)

rules <- RI.indiscernibilityBasedRules.RST(decision.table, reduct)

summary(rules)

janusza/RoughSets documentation built on Jan. 26, 2020, 11:22 p.m.