RoughSets (version 1.3-7)

print.FeatureSubset: The print method of FeatureSubset objects

Description

This is a print method for FeatureSubset objects.

Usage

# S3 method for FeatureSubset
print(x, ...)

Value

Prints its argument and returns it invisibly.

Arguments

x

an object inheriting from "FeatureSubset" class. See FS.reduct.computation.

...

parameters passes to other functions (currently omitted).

Author

Andrzej Janusz

Examples

Run this code
###########################################################
## Example : Computation of a decision reduct
###########################################################
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