An S4 class to store multiple classification models
# S4 method for ExprsEnsemble
show(object)# S4 method for ExprsEnsemble
getFeatures(object, index)
An ExprsArray, ExprsModel, ExprsPipeline,
or ExprsEnsemble object.
A numeric scalar. The i-th model from which to retrieve features.
If missing, getFeatures will tabulate features across all models.
show: Method to show ExprsEnsemble object.
getFeatures: Method to return features within an ExprsEnsemble model.
machsTypically a list. Stores the classification models
referenced in summary slot.
ExprsArray-class
ExprsModel-class
ExprsPipeline-class
ExprsEnsemble-class
ExprsPredict-class