Plot SVM decision boundary
Value
A ggplot object.
Examples
# \donttest{
if (requireNamespace("e1071", quietly = TRUE)) {
model <- tl_model(iris, Species ~ ., method = "svm")
tl_plot_svm_boundary(model,
x_var = "Sepal.Length", y_var = "Sepal.Width")
}
# }
