Learn R Programming

hyperoverlap (version 1.1.4)

hyperoverlap_plot: Overlap plotting for low-dimensional spaces

Description

Plot the optimal separating hyperplane found by hyperoverlap_detect() in 3D .

Usage

hyperoverlap_plot(x)

Arguments

x

An hyperoverlap-class object.

See Also

hyperoverlap_detect , hyperoverlap_lda

Examples

Run this code
data = iris[which(iris$Species!=("versicolor")),]
x = hyperoverlap_detect(data[,1:3],data$Species, kernel="linear")
hyperoverlap_plot(x)

Run the code above in your browser using DataLab