Uses of Class
org.heigit.ohsome.oshdb.api.generic.WeightedValue
-
Packages that use WeightedValue Package Description org.heigit.ohsome.oshdb.api.mapreducer Central front-end of the API. -
-
Uses of WeightedValue in org.heigit.ohsome.oshdb.api.mapreducer
Method parameters in org.heigit.ohsome.oshdb.api.mapreducer with type arguments of type WeightedValue Modifier and Type Method Description SortedMap<U,Double>
MapAggregator. weightedAverage(SerializableFunction<X,WeightedValue> mapper)
Calculates the weighted average of the results provided by the `mapper` function.Double
MapReducer. weightedAverage(SerializableFunction<X,WeightedValue> mapper)
Calculates the weighted average of the results provided by the `mapper` function.
-