Learn R Programming

fdm2id (version 1.0.1)

print.selection: Print a feature selection result

Description

Prints which features were selected, by which algorithm and criteria, instead of dumping the underlying list.

Usage

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

Arguments

x

The result (object of class selection-class, created by selectfeatures).

...

Other parameters.

See Also

selection-class, selectfeatures

Examples

Run this code
require (datasets)
data (iris)
selectfeatures (iris [, -5], iris [, 5], algorithm = "forward", multieval = "cfs")

Run the code above in your browser using DataLab