|
||||||||||
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. |
org.apache.mahout.math.function | Core interfaces for functions, comparisons and procedures on objects and primitive data types. |
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. |
Uses of VectorFunction in org.apache.mahout.math.function |
---|
Methods in org.apache.mahout.math.function that return VectorFunction | |
---|---|
static VectorFunction |
VectorFunctions.max()
|
static VectorFunction |
VectorFunctions.mean()
Vector functions |
static VectorFunction |
VectorFunctions.min()
|
static VectorFunction |
VectorFunctions.sum()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |