| kernlab.svm.classif-class(mlr) | R Documentation |
Wrapped learner for Support Vector Machines from package kernlab for classification problems.
General hyperparameters:
Crbfdotsigma: inverse kernel widthlaplacedotsigma: inverse kernel widthpolydotdegree: degree of the polynomial, scale: scaling parameter of the polynomial, offset: offset used in the polynomialtanhdotscale: scaling parameter of the tangent kernel, offset: offset used in the hyperbolic tangent kernelbesseldotsigma: inverse kernel width, ordner: order of the Bessel function, degree: degree of the Bessel functionanovadotsigma: inverse kernel width, degree: degree of the ANOVA kernel functionstringdotlength: length of the strings considered, lambda: the decay factor, normalized: logical parameter determining if the kernel evaluations should be normalized.
The kernel type and the hyperparameters are specified in parset.
initializesignature( = "kernlab.svm.classif"): Constructor.train.learnersignature(wrapped.learner = "kernlab.svm.classif", formula = "formula", data = "data.frame", weights = "numeric", parset = "list"): Overwritten, to allow direct passing of kernel hyperparameters.
Besides that, simply delegates to super method.