Description Usage Arguments Methods (by generic) Slots See Also
An S4 class to store models built during high-throughput learning
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S4 method for signature 'ExprsPipeline'
show(object)
## S4 method for signature 'ExprsPipeline,ANY,ANY,ANY'
x[i, j]
## S4 method for signature 'ExprsPipeline'
x$name
## S4 method for signature 'ExprsPipeline'
subset(x, subset, select)
## S4 method for signature 'ExprsPipeline'
summary(object)
## S4 method for signature 'ExprsPipeline'
getFeatures(object, index)
## S4 method for signature 'ExprsPipeline'
getWeights(object, index, ...)
|
object, x |
An object of class |
i, j |
Subsets entire |
name |
Returns |
subset |
Subsets entire |
select |
Subsets entire |
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 ExprsPipeline
object.
[
: Method to subset ExprsPipeline
object.
$
: Method to subset ExprsPipeline
object.
subset
: Method to subset ExprsPipeline
object.
summary
: Method to summarize ExprsPipeline
results.
getFeatures
: Method to return features within an ExprsPredict
model.
getWeights
: Method to return LASSO weights.
summary
Typically a data.frame. Stores the parameters and performances for the models.
machs
Typically a list. Stores the models
referenced in summary
slot.
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.