Learn R Programming

Rmagpie (version 1.28.0)

featureSelectionOptions-class: "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.

Arguments

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)

See Also

geneSubsets, thresholds