RoughSets (version 1.3-7)

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

Description

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

Usage

# S3 method for RuleSetRST
as.character(x, ...)

Value

Converts rules from a set into their character representation.

Arguments

x

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

...

the other parameters.

Author

Andrzej Janusz

Examples

Run this code
###########################################################
## Example : Converting a set of decision rules
###########################################################
data(RoughSetData)
hiring.data <- RoughSetData$hiring.dt

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

as.character(rules)

Run the code above in your browser using DataCamp Workspace