| as.character.RuleSetRST {RoughSets} | 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)