R/01_S7_Hyperparameters.R
setup_RadialSVM.Rd
Setup hyperparameters for RadialSVM training.
setup_RadialSVM(cost = 1, gamma = 0.01, ifw = FALSE)
(Tunable) Numeric: Cost of constraints violation.
(Tunable) Numeric: Kernel coefficient.
Logical: If TRUE, use Inverse Frequency Weighting in classification.
RadialSVMHyperparameters object.
Get more information from e1071::svm.
EDG