powered by
Plot the optimal separating hyperplane found by hyperoverlap_detect() in 3D .
hyperoverlap_plot(x)
An hyperoverlap-class object.
hyperoverlap-class
hyperoverlap_detect , hyperoverlap_lda
hyperoverlap_detect
hyperoverlap_lda
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