Learn R Programming

RoughSets (version 1.2-1)

print.FeatureSubset: The print method of FeatureSubset objects

Description

This is a print method for FeatureSubset objects.

Usage

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

Arguments

x
an object inheriting from "FeatureSubset" class. See FS.reduct.computation.
...
parameters passes to other functions (currently omitted).

Value

  • Prints its argument and returns it invisibly.

Examples

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

res.1 <- FS.reduct.computation(decision.table)
print(res.1)

Run the code above in your browser using DataLab