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

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

Uses of VectorBinaryAggregate in org.apache.mahout.math
 

Subclasses of VectorBinaryAggregate in org.apache.mahout.math
static class VectorBinaryAggregate.AggregateAllIterateSequential
           
static class VectorBinaryAggregate.AggregateAllIterateThatLookupThis
           
static class VectorBinaryAggregate.AggregateAllIterateThisLookupThat
           
static class VectorBinaryAggregate.AggregateAllLoop
           
static class VectorBinaryAggregate.AggregateIterateIntersection
           
static class VectorBinaryAggregate.AggregateIterateUnionRandom
           
static class VectorBinaryAggregate.AggregateIterateUnionSequential
           
static class VectorBinaryAggregate.AggregateNonzerosIterateThatLookupThis
           
static class VectorBinaryAggregate.AggregateNonzerosIterateThisLookupThat
           
 

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

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



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