| rm_reg-class {randomMachines} | R Documentation |
S4 class for RM regression
Description
S4 class for RM regression
Details
For more details see Ara, Anderson, et al. "Regression random machines: An ensemble support vector regression model with free kernel choice." Expert Systems with Applications 202 (2022): 117107.
Slots
y_train_hata numeric corresponding to the predictions
\hat{y}_{i}for the training setlambda_valuesa named list with value of the vector of
\boldsymbol{\lambda}sampling probabilities associated with each each kernel functionmodel_paramsa list with all used model specifications
bootstrap_modelsa list with all
ksvmobjects for each bootstrap samplebootstrap_samplesa list with all bootstrap samples used to train each base model of the ensemble
kernel_weight_norma numeric vector corresponding to the normalised weights for each bootstrap model contribution
[Package randomMachines version 0.1.0 Index]