fs.mdfs.2D | R Documentation |
Build MultiDimensional Feature Selector from IGs uses GPU, is a parallel computing platform CUDA
fs.mdfs.2D(
x,
y,
params = list(adjust = "holm", alpha = 0.05, use.cuda = FALSE)
)
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
|
Build MultiDimensional Feature Selector from IGs, requires mandatory installation of CUDA
A data.frame
with selected features and p.value
## Not run:
decisions <- data$class
data$class <- NULL
fs.mdfs.2D(data, decisions, params = list(adjust = 'holm', use.cuda = FALSE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.