as.list.RuleSetRST {RoughSets} | R Documentation |
The as.list
method for RST rule sets
Description
A function for converting a set of rules into a list.
Usage
## S3 method for class 'RuleSetRST'
as.list(x, ...)
Arguments
x |
a |
... |
the other parameters. |
Value
Converts rules from a set into a list.
Author(s)
Andrzej Janusz
Examples
###########################################################
## Example : Converting a set of decision rules
###########################################################
data(RoughSetData)
hiring.data <- RoughSetData$hiring.dt
rules <- RI.LEM2Rules.RST(hiring.data)
as.list(rules)
[Package RoughSets version 1.3-8 Index]