Uses of Class
javatools.datatypes.DoubleHashMap

Packages that use DoubleHashMap
javatools.datatypes   
 

Uses of DoubleHashMap in javatools.datatypes
 

Methods in javatools.datatypes with parameters of type DoubleHashMap
 void DoubleHashMap.add(DoubleHashMap<K> countBindings)
          Adds all integer values up
static
<K> double
FastFrequencyVector.fuzzyPrecision(DoubleHashMap<K> me, DoubleHashMap<K> other)
          Computes the fuzzy precision of this vector wrt the other vector
static
<K> double
FastFrequencyVector.fuzzyPrecision(DoubleHashMap<K> me, DoubleHashMap<K> other)
          Computes the fuzzy precision of this vector wrt the other vector
static
<K> double
FastFrequencyVector.fuzzyRecall(DoubleHashMap<K> me, DoubleHashMap<K> other)
          Computes the fuzzy recall of this vector wrt the other vector
static
<K> double
FastFrequencyVector.fuzzyRecall(DoubleHashMap<K> me, DoubleHashMap<K> other)
          Computes the fuzzy recall of this vector wrt the other vector