| print.selection | R Documentation |
Prints which features were selected, by which algorithm and criteria, instead of dumping the underlying list.
## S3 method for class 'selection'
print(x, ...)
x |
The result (object of class |
... |
Other parameters. |
selection-class, selectfeatures
require (datasets)
data (iris)
selectfeatures (iris [, -5], iris [, 5], algorithm = "forward", multieval = "cfs")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.