absurdist
Class FeatureVectorConcept.IVPair

java.lang.Object
  extended byabsurdist.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

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

Field Detail

idx

int idx

val

double val
Constructor Detail

FeatureVectorConcept.IVPair

public FeatureVectorConcept.IVPair(int idx,
                                   double val)