print.FeatureSubset | R Documentation |
This is a print method for FeatureSubset objects.
## S3 method for class 'FeatureSubset'
print(x, ...)
x |
an object inheriting from |
... |
parameters passes to other functions (currently omitted). |
Prints its argument and returns it invisibly.
Andrzej Janusz
###########################################################
## Example : Computation of a decision reduct
###########################################################
data(RoughSetData)
decision.table <- RoughSetData$hiring.dt
res.1 <- FS.reduct.computation(decision.table)
print(res.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.