Description Usage Arguments Details Value
Build MultiDimensional Feature Selector from IGs uses GPU, is a parallel computing platform CUDA
1 | fs.mdfs.2D(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, requires mandatory installation of CUDA
A data.frame
with selected features and p.value
decisions <- data$class data$class <- NULL fs.mdfs.2D(data, decisions, params = list(adjust = 'SGoF'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.