ExprsModel-class: An S4 class to store the model

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class to store the model

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'ExprsModel'
show(object)

## S4 method for signature 'ExprsModel'
getFeatures(object)

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

Arguments

object

An object of class ExprsModel.

...

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

Methods (by generic)

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


exprso documentation built on May 1, 2019, 7:11 p.m.