| RegressionModel {CaseBasedReasoning} | R Documentation |
Root class for Regression Models, e.g., CPH, logistic, and linear regression
Description
Root class for Regression Models, e.g., CPH, logistic, and linear regression
Root class for Regression Models, e.g., CPH, logistic, and linear regression
Super class
CaseBasedReasoning::CBRBase -> RegressionModel
Public fields
model_paramsrms arguments
weightsWeights for distance calculation
Methods
Public methods
Inherited methods
Method print()
Prints information of the initialized object
Usage
RegressionModel$print()
Method variable_selection()
Fast backward variable selection with penalization
Usage
RegressionModel$variable_selection(x)
Arguments
xTraining data of class data.frame
Method fit()
Fit the RandomForest
Usage
RegressionModel$fit()
Arguments
xTraining data of class data.frame
Method clone()
The objects of this class are cloneable with this method.
Usage
RegressionModel$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package CaseBasedReasoning version 0.3 Index]