Description Usage Arguments Details Value
Used as a back-end wrapper for creating new fs methods.
1 |
object |
An |
top |
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set |
uniqueFx |
A function call unique to the method. |
keep |
A numeric scalar. Specifies the number of top features that should get
returned by the feature selection method. Use of |
... |
Arguments passed to the detailed function. |
If the uniqueFx returns a character vector, it is assumed that the fs method is for feature selection only. If the uniqueFx returns a list, it is assumed that the fs method is a reduction model method only.
Returns an ExprsArray
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.