public class FloatSparseVectorSumAggregator extends BasicAggregator<FloatSparseVector>
Constructor and Description |
---|
FloatSparseVectorSumAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(FloatSparseVector vector)
Add a new value.
|
FloatSparseVector |
createInitialValue()
Return new aggregated value which is neutral to aggregate operation.
|
getAggregatedValue, reset, setAggregatedValue
public FloatSparseVector createInitialValue()
Aggregator
public void aggregate(FloatSparseVector vector)
Aggregator
vector
- Value to be aggregated.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.