exprso (version 0.1.8)

ExprsModel-class: An S4 class to store the classification model

Description

An S4 class to store the classification model

Usage

# S4 method for ExprsModel
show(object)

# S4 method for ExprsModel getFeatures(object)

Arguments

object

An object of class ExprsModel.

Methods (by generic)

  • show: Method to show ExprsModel object.

  • getFeatures: Method to return features within an ExprsModel object.

Slots

preFilter

Typically a list. Stores feature selection history.

reductionModel

Typically a list. Stores dimension reduction history.

mach

Typically an S4 class. Stores the classification model.

See Also

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