featureSelectionOptions-class {Rmagpie} | R Documentation |
This virtual class has two descendants: geneSubsets and thresholds. As a virtual class, you can't create an object of class featureSelectionOptions.
optionValues
:numeric
(vector). Value of the possible options
noOfOptions
:numeric
. Total number of options
getOptionValues(featureSelectionOptions)
Retreive the value of options (slot optionValues)
getNoOfOptions(featureSelectionOptions)
Retreive the number of options (slot featureSelectionOptions)
Camille Maumet