print.FeatureSubset function

The print method of FeatureSubset objects

The print method of FeatureSubset objects

This is a print method for FeatureSubset objects.

## 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).

Returns

Prints its argument and returns it invisibly.

Examples

########################################################### ## Example : Computation of a decision reduct ########################################################### data(RoughSetData) decision.table <- RoughSetData$hiring.dt res.1 <- FS.reduct.computation(decision.table) print(res.1)

Author(s)

Andrzej Janusz