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