svmTrain | R Documentation |
SVM training
svmTrain(
X,
Y,
C,
kernelFunction = "linearKernel",
tol = 1e-04,
max.iter = 20,
verbose = FALSE
)
X |
dataset |
Y |
label |
C |
control penalty |
kernelFunction |
kernel function |
tol |
tolerance |
max.iter |
max iteration |
verbose |
logical parameter |
SMO algorithm
A svmResult
instance
Guangchuang Yu https://yulab-smu.top
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.