as.character.RuleSetRST {RoughSets}R Documentation

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 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

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

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

as.character(rules)

[Package RoughSets version 1.3-8 Index]