public abstract class MatrixSumAggregator extends Object
| Constructor and Description |
|---|
MatrixSumAggregator(String name)
Create a new matrix aggregator with the given prefix name for the vector
aggregators.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRowAggregatorName(int i)
Get the name of the aggreagator of the row with the index specified.
|
public MatrixSumAggregator(String name)
name - the prefix for the row vector aggregatorsprotected String getRowAggregatorName(int i)
i - the row of the matrixCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.