Uses of Interface
org.apache.mahout.math.function.VectorFunction

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

Uses of VectorFunction in org.apache.mahout.math
 

Methods in org.apache.mahout.math with parameters of type VectorFunction
 Vector Matrix.aggregateColumns(VectorFunction f)
          Collects the results of a function applied to each column of a matrix.
 Vector AbstractMatrix.aggregateColumns(VectorFunction f)
          Collects the results of a function applied to each column of a matrix.
 Vector Matrix.aggregateRows(VectorFunction f)
          Collects the results of a function applied to each row of a matrix.
 Vector AbstractMatrix.aggregateRows(VectorFunction f)
          Collects the results of a function applied to each row of a matrix.
 



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