pt.tumba.ngram.svm
Class SVM.decisionFunction

java.lang.Object
  extended by pt.tumba.ngram.svm.SVM.decisionFunction
Enclosing class:
SVM

static class SVM.decisionFunction
extends java.lang.Object

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

alpha

double[] alpha
The apha parameters.


rho

double rho
The rho parameters.

Constructor Detail

SVM.decisionFunction

SVM.decisionFunction()