as.list.RuleSetRST function

The as.list method for RST rule sets

The as.list method for RST rule sets

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)

Author(s)

Andrzej Janusz