A function for converting a set of rules into their character representation.
## S3 method for class 'RuleSetRST'as.character(x,...)
Arguments
x: a "RuleSetRST" object. See RI.LEM2Rules.RST.
...: the other parameters.
Returns
Converts rules from a set into their character representation.
Examples
############################################################# Example : Converting a set of decision rules###########################################################data(RoughSetData)hiring.data <- RoughSetData$hiring.dt
rules <- RI.LEM2Rules.RST(hiring.data)as.character(rules)