| Package | Description |
|---|---|
| org.apache.mahout.math |
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
|
| Modifier and Type | Method and Description |
|---|---|
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–2016 The Apache Software Foundation. All rights reserved.