hyperoverlap_plot {hyperoverlap} | R 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 |
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)
[Package hyperoverlap version 1.1.1 Index]