| plot.cv_tsvm | R Documentation |
Plot Twin-SVM Cross-Validation Results
## S3 method for class 'cv_tsvm'
plot(x, ...)
x |
A |
... |
Unused. |
A ggplot object.
set.seed(11)
dat <- gen_moons(40, noise = 0.1)
cv <- cv_tsvm(dat$x, dat$y, c1_grid = c(0.1, 1), c2_grid = c(0.1, 1), k = 3)
plot(cv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.