| plot.tsvm | R Documentation |
Plot a Twin-SVM Decision Boundary
## S3 method for class 'tsvm'
plot(x, ...)
x |
A fitted |
... |
Unused. |
A ggplot object.
dat <- gen_moons(40)
fit <- tsvm(dat$x, dat$y)
plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.