aboutsummaryrefslogtreecommitdiff
path: root/R/gensvm-kernels.R
blob: 8e445c00ad8ecbd35cc6fed1b8190047aa965f67 (plain)
1
2
3
4
5
6
7
8
9
10
#' Kernels in GenSVM
#'
#' GenSVM can be used for both linear multiclass support vector machine 
#' classification and for nonlinear classification with kernels. In general, 
#' linear classification will be faster but depending on the dataset higher 
#' classification performance can be achieved using a nonlinear kernel.
#'
#' The following nonlinear kernels are implemented in the GenSVM package:
#' \describe{
#'  \item{RBF}{The Radial Basis Function kernel is a commonly used kernel.