View source: R/HyperPlaneClassifier.R
HyperPlaneClassifier | R Documentation |
die Seite, in die der Normalenvektor W zeigt, definiert +1 Hyperplane H(x) mit Gleichung: W*x - C ==0 Punkte auf der Hyperebene werden als positiv klassifiziert
Data[1:d,1:n] |
the n-dimensional data, cases in rows |
Hyperplane[1:n+1] |
Hyperebene H(x) mit Gleichung: W*x - C ==0 (hess'sche Normalform) in als c(W,C) Note: W ist normierter Normalenvektor! (D.h. Laenge = 1) |
PlotIt |
==1 (default) plots are made |
Cls |
[1:n] Cls[i] = +-1 je nach Seite auf der der Datensatz liegt |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.