powered by
Extract Twin-SVM Coefficients
# S3 method for tsvm coef(object, ...)
A list with the two plane coefficients.
A fitted tsvm object.
tsvm
Unused.
dat <- gen_moons(30) fit <- tsvm(dat$x, dat$y) coef(fit)
Run the code above in your browser using DataLab