|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.tumba.ngram.svm.SVM.decisionFunction
static class SVM.decisionFunction
Inner class modeling the data for the SVM decision function, used for classifying points with respect to the hyperplane.
Field Summary | |
---|---|
(package private) double[] |
alpha
The apha parameters. |
(package private) double |
rho
The rho parameters. |
Constructor Summary | |
---|---|
SVM.decisionFunction()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double[] alpha
double rho
Constructor Detail |
---|
SVM.decisionFunction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |