hyperoverlap_plot: Overlap plotting for low-dimensional spaces

Description Usage Arguments See Also Examples

View source: R/hyperoverlap_plot.r

Description

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

Usage

1

Arguments

x

An hyperoverlap-class object.

See Also

hyperoverlap_detect , hyperoverlap_lda

Examples

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

hyperoverlap documentation built on Aug. 10, 2021, 9:07 a.m.