Learn R Programming

RoughSets (version 1.2-1)

print.RuleSetRST: The print function for RST rule sets

Description

A print method for RuleSetRST objects.

Usage

## S3 method for class 'RuleSetRST':
print(x, ...)

Arguments

x
a "RuleSetRST" object. See RI.LEM2Rules.RST.
...
the other parameters.

Value

  • prints its argument and returns it invisibly

Examples

Run this code
###########################################################
## Example : Classification problem
###########################################################
data(RoughSetData)
hiring.data <- RoughSetData$hiring.dt

rules <- RI.LEM2Rules.RST(hiring.data)

print(rules)

Run the code above in your browser using DataLab