View source: R/plot.gensvm.grid.R
plot.gensvm.grid | R Documentation |
This is a wrapper which calls the plot function for the best
model in the provided GenSVMGrid object. See the documentation for
plot.gensvm
for more information.
## S3 method for class 'gensvm.grid' plot(x, ...)
x |
A |
... |
further arguments are passed to the plot function |
returns the object passed as input
Gerrit J.J. van den Burg, Patrick J.F. Groenen
Maintainer: Gerrit J.J. van den Burg <gertjanvandenburg@gmail.com>
Van den Burg, G.J.J. and Groenen, P.J.F. (2016). GenSVM: A Generalized Multiclass Support Vector Machine, Journal of Machine Learning Research, 17(225):1–42. URL https://jmlr.org/papers/v17/14-526.html.
plot.gensvm
, gensvm.grid
,
predict.gensvm.grid
, gensvm-package
x <- iris[, -5] y <- iris[, 5] grid <- gensvm.grid(x, y) plot(grid, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.