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

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

Uses of VectorBinaryAssign in org.apache.mahout.math
 

Subclasses of VectorBinaryAssign in org.apache.mahout.math
static class VectorBinaryAssign.AssignAllIterateSequentialInplaceUpdates
           
static class VectorBinaryAssign.AssignAllIterateSequentialMergeUpdates
           
static class VectorBinaryAssign.AssignAllIterateThatLookupThisInplaceUpdates
           
static class VectorBinaryAssign.AssignAllIterateThatLookupThisMergeUpdates
           
static class VectorBinaryAssign.AssignAllIterateThisLookupThatInplaceUpdates
           
static class VectorBinaryAssign.AssignAllIterateThisLookupThatMergeUpdates
           
static class VectorBinaryAssign.AssignAllLoopInplaceUpdates
           
static class VectorBinaryAssign.AssignAllLoopMergeUpdates
           
static class VectorBinaryAssign.AssignIterateIntersection
          If f(x, 0) = x and f(0, y) = 0 the zeros in x and y don't matter and we can iterate through the nonzeros in both x and y.
static class VectorBinaryAssign.AssignIterateUnionRandomInplaceUpdates
          If f(0, 0) = 0 we can iterate through the nonzeros in either x or y.
static class VectorBinaryAssign.AssignIterateUnionRandomMergeUpdates
          If f(0, 0) = 0 we can iterate through the nonzeros in either x or y.
static class VectorBinaryAssign.AssignIterateUnionSequentialInplaceUpdates
          If f(0, 0) = 0 we can iterate through the nonzeros in either x or y.
static class VectorBinaryAssign.AssignIterateUnionSequentialMergeUpdates
          If f(0, 0) = 0 we can iterate through the nonzeros in either x or y.
static class VectorBinaryAssign.AssignNonzerosIterateThatLookupThisInplaceUpdates
          If f(x, 0) = x, the zeros in y don't matter and we can simply iterate through the nonzeros of y.
static class VectorBinaryAssign.AssignNonzerosIterateThatLookupThisMergeUpdates
          If f(x, 0) = x, the zeros in y don't matter and we can simply iterate through the nonzeros of y.
static class VectorBinaryAssign.AssignNonzerosIterateThisLookupThat
          If f(0, y) = 0, the zeros in x don't matter and we can simply iterate through the nonzeros of x.
 

Fields in org.apache.mahout.math declared as VectorBinaryAssign
static VectorBinaryAssign[] VectorBinaryAssign.OPERATIONS
           
 

Methods in org.apache.mahout.math that return VectorBinaryAssign
static VectorBinaryAssign VectorBinaryAssign.getBestOperation(Vector x, Vector y, DoubleDoubleFunction f)
          The best operation is the least expensive valid one.
 



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