Description Usage Arguments Methods (by generic) Slots See Also
An S4 class to store the model
1 2 3 4 5 6 7 8 | ## S4 method for signature 'ExprsModel'
show(object)
## S4 method for signature 'ExprsModel'
getFeatures(object)
## S4 method for signature 'ExprsModel'
getWeights(object, ...)
|
object |
An object of class |
... |
For |
show
: Method to show ExprsModel
object.
getFeatures
: Method to return features within an ExprsModel
object.
getWeights
: Method to return LASSO weights.
preFilter
Typically a list. Stores feature selection history.
reductionModel
Typically a list. Stores dimension reduction history.
mach
Typically an S4 class. Stores the model.
ExprsArray-class
ExprsModel-class
ExprsPipeline-class
ExprsEnsemble-class
ExprsPredict-class
RegrsPredict-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.