View source: R/mod_model_svm_utils.R
voronoi_svm_plot | R Documentation |
Voronoi Plot SVM
voronoi_svm_plot(datos, varpred, vars, kernel = "linear")
datos |
a data.frame object. |
varpred |
variable to predict. |
vars |
predictor variables. |
kernel |
the kernel used in training and predicting. |
plot
Diego Jimenez <diego.jimenez@promidat.com>
voronoi_svm_plot(iris, "Species", c("Sepal.Length", "Sepal.Width"), "linear")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.