edu.iu.pcl.absurdist.absurdist
Class FeatureVectorConcept.IVPair

java.lang.Object
  |
  +--edu.iu.pcl.absurdist.absurdist.FeatureVectorConcept.IVPair
Enclosing class:
FeatureVectorConcept

public static class FeatureVectorConcept.IVPair
extends java.lang.Object

An index-value pair; used as a component of fv.

See Also:
FeatureVectorConcept.fv

Constructor Summary
FeatureVectorConcept.IVPair(int idx, double val)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureVectorConcept.IVPair

public FeatureVectorConcept.IVPair(int idx,
                                   double val)