powered by
Plot a Twin-SVM Decision Boundary
# S3 method for tsvm plot(x, ...)
A ggplot object.
ggplot
A fitted tsvm object.
tsvm
Unused.
dat <- gen_moons(40) fit <- tsvm(dat$x, dat$y) plot(fit)
Run the code above in your browser using DataLab