powered by
Plot Twin-SVM Cross-Validation Results
# S3 method for cv_tsvm plot(x, ...)
A ggplot object.
ggplot
A cv_tsvm object.
cv_tsvm
Unused.
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)
Run the code above in your browser using DataLab