pt.tumba.ngram.svm
Class SVMNode

java.lang.Object
  extended by pt.tumba.ngram.svm.SVMNode

public class SVMNode
extends java.lang.Object

SVMNode is used to model dimentions in vectors.

Author:
Bruno Martins

Field Summary
 int index
          The dimention in the vector
 double value
          The value for this dimention
 
Constructor Summary
SVMNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
The dimention in the vector


value

public double value
The value for this dimention

Constructor Detail

SVMNode

public SVMNode()