| Interface | Description |
|---|---|
| Aggregator |
An interface for classes that provide an aggregate function over populations
of places.
|
| Class | Description |
|---|---|
| ThresholdCumulativeAggregator |
An aggregator that approximates the integral of a cumulative opportunity curve up to a certain threshold distance from the origin.
|
| ThresholdSumAggregator |
An Aggregator that simply sums the data for all destination Individuals less than a given distance/weight away from the origin point.
|
| 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.