se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm
Class svm_node

java.lang.Object
  extended by se.lth.cs.nlp.nlputils.ml.glue.adapted_libsvm.svm_node
All Implemented Interfaces:
Serializable

public class svm_node
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int index
           
 double value
           
 
Constructor Summary
svm_node()
           
 
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

value

public double value
Constructor Detail

svm_node

public svm_node()