as.character.RuleSetRST | R Documentation |
as.character
method for RST rule setsA function for converting a set of rules into their character representation.
## S3 method for class 'RuleSetRST'
as.character(x, ...)
x |
a |
... |
the other parameters. |
Converts rules from a set into their character representation.
Andrzej Janusz
###########################################################
## Example : Converting a set of decision rules
###########################################################
data(RoughSetData)
hiring.data <- RoughSetData$hiring.dt
rules <- RI.LEM2Rules.RST(hiring.data)
as.character(rules)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.