print.FeatureSubset {RoughSets}R Documentation

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.

Author(s)

Andrzej Janusz

Examples

###########################################################
## Example : Computation of a decision reduct
###########################################################
data(RoughSetData)
decision.table <- RoughSetData$hiring.dt

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

[Package RoughSets version 1.3-8 Index]