View source: R/get_optimal_number_of_features.R
get_optimal_number_of_features | R Documentation |
Get the optimal number of features
get_optimal_number_of_features(object)
object |
An object of class "featureSelection" |
The optimal number of features
fs.object <- featureSelection(toy_genes, min.k = 3, max.k = 6, step = 10)
get_optimal_number_of_features(fs.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.