R/svm_rbf_kernlab.R

#' Radial basis function support vector machines (SVMs) via kernlab
#'
#' [kernlab::ksvm()] fits a support vector machine model. For classification,
#' the model tries to maximize the width of the margin between classes.
#' For regression, the model optimizes a robust loss function that is only
#' affected by very large model residuals.
#'
#' @includeRmd man/rmd/svm_rbf_kernlab.md details
#'
#' @name details_svm_rbf_kernlab
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed
topepo/parsnip documentation built on April 16, 2024, 3:23 a.m.