An S4 class to store the model
# S4 method for ExprsModel
show(object)# S4 method for ExprsModel
getFeatures(object)
# S4 method for ExprsModel
getWeights(object, ...)
An object of class ExprsModel.
For getWeights, optional arguments passed to
glmnet::coef.cv.glmnet.
show: Method to show ExprsModel object.
getFeatures: Method to return features within an ExprsModel object.
getWeights: Method to return LASSO weights.
preFilterTypically a list. Stores feature selection history.
reductionModelTypically a list. Stores dimension reduction history.
machTypically an S4 class. Stores the model.
ExprsArray-class
ExprsModel-class
ExprsPipeline-class
ExprsEnsemble-class
ExprsPredict-class
RegrsPredict-class