Uses of Class
org.apache.mahout.math.map.AbstractObjectDoubleMap

Packages that use AbstractObjectDoubleMap
org.apache.mahout.math.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. 
 

Uses of AbstractObjectDoubleMap in org.apache.mahout.math.map
 

Subclasses of AbstractObjectDoubleMap in org.apache.mahout.math.map
 class OpenObjectDoubleHashMap<T>
          Open hash map from Object keys to double values.
 

Methods in org.apache.mahout.math.map that return AbstractObjectDoubleMap
 AbstractObjectDoubleMap<T> AbstractObjectDoubleMap.copy()
          Returns a deep copy of the receiver; uses clone() and casts the result.
 

Methods in org.apache.mahout.math.map with parameters of type AbstractObjectDoubleMap
 void AbstractObjectDoubleMap.assign(AbstractObjectDoubleMap<T> other)
          Clears the receiver, then adds all (key,value) pairs of othervalues to it.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.