as.character.RuleSetRST: The 'as.character' method for RST rule sets

Description Usage Arguments Value Author(s) Examples

View source: R/IOFunctions.R

Description

A function for converting a set of rules into their character representation.

Usage

1
2
## S3 method for class 'RuleSetRST'
as.character(x, ...)

Arguments

x

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

...

the other parameters.

Value

Converts rules from a set into their character representation.

Author(s)

Andrzej Janusz

Examples

1
2
3
4
5
6
7
8
9
###########################################################
## Example : Converting a set of decision rules
###########################################################
data(RoughSetData)
hiring.data <- RoughSetData$hiring.dt

rules <- RI.LEM2Rules.RST(hiring.data)

as.character(rules)

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