An S4 class to store multiple models
# S4 method for ExprsEnsemble
show(object)# S4 method for ExprsEnsemble
getFeatures(object, index)
# S4 method for ExprsEnsemble
getWeights(object, index, ...)
An ExprsArray, ExprsModel, ExprsPipeline,
or ExprsEnsemble object.
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 getWeights, optional arguments passed to
glmnet::coef.cv.glmnet.
show: Method to show ExprsEnsemble object.
getFeatures: Method to return features within an ExprsEnsemble model.
getWeights: Method to return LASSO weights.
machsTypically a list. Stores the models.
ExprsArray-class
ExprsModel-class
ExprsPipeline-class
ExprsEnsemble-class
ExprsPredict-class
RegrsPredict-class