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