| RegressionModel | R Documentation |
Root class for Regression Models, e.g., CPH, logistic, and linear regression
Root class for Regression Models, e.g., CPH, logistic, and linear regression
CaseBasedReasoning::CBRBase -> RegressionModel
model_paramsrms arguments
weightsWeights for distance calculation
print()Prints information of the initialized object
RegressionModel$print()
variable_selection()Fast backward variable selection with penalization
RegressionModel$variable_selection(x)
xTraining data of class data.frame
fit()Fit the RandomForest
RegressionModel$fit()
xTraining data of class data.frame
clone()The objects of this class are cloneable with this method.
RegressionModel$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.