Package | Description |
---|---|
org.opentripplanner.analyst.batch.aggregator |
Modifier and Type | Class and Description |
---|---|
class |
ThresholdCumulativeAggregator
An aggregator that approximates the integral of a cumulative opportunity curve up to a certain threshold distance from the origin.
|
class |
ThresholdSumAggregator
An Aggregator that simply sums the data for all destination Individuals less than a given distance/weight away from the origin point.
|
class |
WeightedAverageAggregator
An Aggregator which calculates the weighted average of the shortest path lengths to all Individuals in the destination Population.
|
Copyright © 2018. All rights reserved.