de.bwaldvogel.liblinear
Class FeatureNode

java.lang.Object
  extended by de.bwaldvogel.liblinear.FeatureNode

public class FeatureNode
extends Object


Field Summary
 int index
           
 double value
           
 
Constructor Summary
FeatureNode(int index, double value)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public final int index

value

public double value
Constructor Detail

FeatureNode

public FeatureNode(int index,
                   double value)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.