hyperoverlap_plot: Overlap plotting for low-dimensional spaces

View source: R/hyperoverlap_plot.r

hyperoverlap_plotR Documentation

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

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


hyperoverlap documentation built on Jan. 21, 2026, 5:06 p.m.