|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |