Description Usage Arguments Examples
View source: R/selection_module.R
Feature Selection Module
1 | selection_module(CBRMSR, method = c("BIRF", "rknn"))
|
CBRMSR |
A CBRMSR object |
method |
The method for feature selection. Options are BIRF (Balanced Iterative Random Forest) and rknn (random KNN) |
1 2 3 4 5 6 7 | ## Not run:
# Feature selection with Balanced Iterative Random Forest
CBRMSR <- selection_module(CBRMSR, method = "BIRF")
# Feature selection with random KNN
CBRMSR <- selection_module(CBRMSR, method = "rknn")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.