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