An S4 class to store the classification model
# S4 method for ExprsModel
show(object)# S4 method for ExprsModel
getFeatures(object)
An object of class ExprsModel.
show: Method to show ExprsModel object.
getFeatures: Method to return features within an ExprsModel object.
preFilterTypically a list. Stores feature selection history.
reductionModelTypically a list. Stores dimension reduction history.
machTypically an S4 class. Stores the classification model.
ExprsArray-class
ExprsModel-class
ExprsPipeline-class
ExprsEnsemble-class
ExprsPredict-class