exprso (version 0.1.8)

ExprsEnsemble-class: An S4 class to store multiple classification models

Description

An S4 class to store multiple classification models

Usage

# S4 method for ExprsEnsemble
show(object)

# S4 method for ExprsEnsemble getFeatures(object, index)

Arguments

object

An ExprsArray, ExprsModel, ExprsPipeline, or ExprsEnsemble object.

index

A numeric scalar. The i-th model from which to retrieve features. If missing, getFeatures will tabulate features across all models.

Methods (by generic)

  • show: Method to show ExprsEnsemble object.

  • getFeatures: Method to return features within an ExprsEnsemble model.

Slots

machs

Typically a list. Stores the classification models referenced in summary slot.

See Also

ExprsArray-class ExprsModel-class ExprsPipeline-class ExprsEnsemble-class ExprsPredict-class