voronoi_svm_plot: Voronoi Plot SVM

View source: R/mod_model_svm_utils.R

voronoi_svm_plotR 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")


predictoR documentation built on Nov. 1, 2024, 1:08 a.m.