fs.mdfs.1D | R Documentation |
Build MultiDimensional Feature Selector from IGs
fs.mdfs.1D(x, y, params = list(adjust = "holm", 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 |
params |
method as accepted by |
Build MultiDimensional Feature Selector from IGs
A data.frame
with selected features and p.value
## Not run:
decisions <- data$class
data$class <- NULL
fs.mdfs.1D(data, decisions, params = list(adjust = 'holm', alpha = 0.05))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.