fs.mcfs | R Documentation |
Monte Carlo Feature Selection
fs.mcfs(x, y, params = list(cutoff.method = c("kmeans")))
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 |
params |
A
|
Performs Monte Carlo Feature Selection (MCFS) on a given data set.
A data.frame
with selected features
## Not run:
decisions <- data$class
data$class <- NULL
fs.mcfs(data, decisions, ...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.