Uses of Class
org.apache.mahout.math.OrderedIntDoubleMapping

Packages that use OrderedIntDoubleMapping
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of OrderedIntDoubleMapping in org.apache.mahout.math
 

Methods in org.apache.mahout.math that return OrderedIntDoubleMapping
 OrderedIntDoubleMapping OrderedIntDoubleMapping.clone()
           
 

Methods in org.apache.mahout.math with parameters of type OrderedIntDoubleMapping
 void OrderedIntDoubleMapping.merge(OrderedIntDoubleMapping updates)
          Merges the updates in linear time by allocating new arrays and iterating through the existing indices and values and the updates' indices and values at the same time while selecting the minimum index to set at each step.
 void VectorView.mergeUpdates(OrderedIntDoubleMapping updates)
          Used internally by assign() to update multiple indices and values at once.
 void Vector.mergeUpdates(OrderedIntDoubleMapping updates)
          Merge a set of (index, value) pairs into the vector.
 void SequentialAccessSparseVector.mergeUpdates(OrderedIntDoubleMapping updates)
           
 void RandomAccessSparseVector.mergeUpdates(OrderedIntDoubleMapping updates)
           
 void PermutedVectorView.mergeUpdates(OrderedIntDoubleMapping updates)
          Used internally by assign() to update multiple indices and values at once.
 void NamedVector.mergeUpdates(OrderedIntDoubleMapping updates)
          Merge a set of (index, value) pairs into the vector.
 void MatrixVectorView.mergeUpdates(OrderedIntDoubleMapping updates)
          Used internally by assign() to update multiple indices and values at once.
 void DenseVector.mergeUpdates(OrderedIntDoubleMapping updates)
           
 void DelegatingVector.mergeUpdates(OrderedIntDoubleMapping updates)
          Merge a set of (index, value) pairs into the vector.
 void ConstantVector.mergeUpdates(OrderedIntDoubleMapping updates)
          Used internally by assign() to update multiple indices and values at once.
 void AbstractMatrix.TransposeViewVector.mergeUpdates(OrderedIntDoubleMapping updates)
          Used internally by assign() to update multiple indices and values at once.
 



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