voronoi_svm_plot {predictoR}R Documentation

Voronoi Plot SVM

Description

Voronoi Plot SVM

Usage

voronoi_svm_plot(datos, varpred, vars, kernel = "linear")

Arguments

datos

a data.frame object.

varpred

variable to predict.

vars

predictor variables.

kernel

the kernel used in training and predicting.

Value

plot

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

voronoi_svm_plot(iris, "Species", c("Sepal.Length", "Sepal.Width"), "linear")


[Package predictoR version 4.1.1 Index]