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

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

Uses of OpenIntObjectHashMap in org.apache.mahout.math.als
 

Constructors in org.apache.mahout.math.als with parameters of type OpenIntObjectHashMap
ImplicitFeedbackAlternatingLeastSquaresSolver(int numFeatures, double lambda, double alpha, OpenIntObjectHashMap<Vector> Y)
           
 

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

Methods in org.apache.mahout.math.map that return OpenIntObjectHashMap
 OpenIntObjectHashMap<T> OpenIntObjectHashMap.clone()
          Returns a deep copy of the receiver.
 



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