| coef.tsvm | R Documentation |
Extract Twin-SVM Coefficients
## S3 method for class 'tsvm'
coef(object, ...)
object |
A fitted |
... |
Unused. |
A list with the two plane coefficients.
dat <- gen_moons(30)
fit <- tsvm(dat$x, dat$y)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.