Description Usage Arguments Details Value Examples
View source: R/feature.selection.R
Selection of features
1 2 3 4 5 6 7 | feature.selection(
x,
y,
methods,
connection.method = "sum",
params = list(adjust = "SGoF", feature.number = 10, alpha = 0.05)
)
|
x |
input data where columns are variables and rows are observations (all numeric) |
y |
decision variable as a boolean vector of length equal to number of observations |
connection.method |
method of combining selection results if more than one method is selected, options |
params |
A |
method |
the name of the selection method for traits available in this library |
Uses the methods of selection of features available in this library
A new data.frame
consisting of the selected functions and the decision variable
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.