View source: R/hyperoverlap_plot.r
| hyperoverlap_plot | R Documentation |
Plot the optimal separating hyperplane found by hyperoverlap_detect() in 3D .
hyperoverlap_plot(x)
x |
An |
hyperoverlap_detect , hyperoverlap_lda
data = iris[which(iris$Species!=("versicolor")),]
x = hyperoverlap_detect(data[,1:3],data$Species, kernel="linear")
hyperoverlap_plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.