featureSelectionOptions-class {Rmagpie}R Documentation

"featureSelectionOptions": A virtual class to store the options of a feature selection

Description

This virtual class has two descendants: geneSubsets and thresholds. As a virtual class, you can't create an object of class featureSelectionOptions.

Slots

optionValues:

numeric (vector). Value of the possible options

noOfOptions:

numeric. Total number of options

Methods

getOptionValues(featureSelectionOptions)

Retreive the value of options (slot optionValues)

getNoOfOptions(featureSelectionOptions)

Retreive the number of options (slot featureSelectionOptions)

Author(s)

Camille Maumet

See Also

geneSubsets, thresholds


[Package Rmagpie version 1.42.0 Index]