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