Description Usage Arguments Methods (by generic) Slots See Also
An S4 class to store multiple models
1 2 3 4 5 6 7 8 | ## S4 method for signature 'ExprsEnsemble'
show(object)
## S4 method for signature 'ExprsEnsemble'
getFeatures(object, index)
## S4 method for signature 'ExprsEnsemble'
getWeights(object, index, ...)
|
object |
An |
index |
A numeric scalar. The i-th model from which to retrieve features or weights. If missing, function will tabulate features or weights across all models. |
... |
For |
show
: Method to show ExprsEnsemble
object.
getFeatures
: Method to return features within an ExprsEnsemble
model.
getWeights
: Method to return LASSO weights.
machs
Typically a list. Stores the models.
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.