| rm_class-class {randomMachines} | R Documentation |
S4 class for RM classification
Description
S4 class for RM classification
Details
For more details see Ara, Anderson, et al. "Random machines: A bagged-weighted support vector model with free kernel choice." Journal of Data Science 19.3 (2021): 409-428.
Slots
traina
data.framecorresponding to the training data used into the modelclass_namea string with target variable used in the model
kernel_weighta numeric vector corresponding to the weights for each bootstrap model contribution
lambda_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
proba boolean indicating if a probabilitistic approch was used in the classification Random Machines