exprso (version 0.5.1)

ExprsModel-class: An S4 class to store the model

Description

An S4 class to store the model

Usage

# S4 method for ExprsModel
show(object)

# S4 method for ExprsModel getFeatures(object)

# S4 method for ExprsModel getWeights(object, ...)

Arguments

object

An object of class ExprsModel.

...

For getWeights, optional arguments passed to glmnet::coef.cv.glmnet.

Methods (by generic)

  • show: Method to show ExprsModel object.

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

  • getWeights: Method to return LASSO weights.

Slots

preFilter

Typically a list. Stores feature selection history.

reductionModel

Typically a list. Stores dimension reduction history.

mach

Typically an S4 class. Stores the model.

See Also

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