plot.tsvm: Plot a Twin-SVM Decision Boundary

View source: R/plot.R

plot.tsvmR Documentation

Plot a Twin-SVM Decision Boundary

Description

Plot a Twin-SVM Decision Boundary

Usage

## S3 method for class 'tsvm'
plot(x, ...)

Arguments

x

A fitted tsvm object.

...

Unused.

Value

A ggplot object.

Examples

dat <- gen_moons(40)
fit <- tsvm(dat$x, dat$y)
plot(fit)

twinsvm documentation built on June 10, 2026, 1:06 a.m.