print.FeatureSubset: The print method of FeatureSubset objects

View source: R/IOFunctions.R

print.FeatureSubsetR 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)

RoughSets documentation built on May 29, 2024, 7:34 a.m.