get_optimal_number_of_features: Get the optimal number of features

View source: R/get_optimal_number_of_features.R

get_optimal_number_of_featuresR Documentation

Get the optimal number of features

Description

Get the optimal number of features

Usage

get_optimal_number_of_features(object)

Arguments

object

An object of class "featureSelection"

Value

The optimal number of features

Examples

fs.object <- featureSelection(toy_genes, min.k = 3, max.k = 6, step = 10)
get_optimal_number_of_features(fs.object)

BioSok/omada documentation built on Aug. 21, 2023, 2:38 p.m.