public interface AggregationFunction extends com.google.common.base.Function<Collection<Double>,Double>, Serializable
| Modifier and Type | Method and Description |
|---|---|
Double |
apply(Collection<Double> input)
An Aggregation function is a function that takes the list of PDPs should be aggregated in a
single bucket of resolution.
|
Double apply(Collection<Double> input)
apply in interface com.google.common.base.Function<Collection<Double>,Double>Copyright © 2016. All rights reserved.