Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.analyst.cluster |
Modifier and Type | Class and Description |
---|---|
class |
ResultSetDelta
Represents the difference between two Analyst ResultSets.
|
Modifier and Type | Field and Description |
---|---|
ResultSet |
ResultSet.RangeSet.avg |
ResultSet |
ResultSet.RangeSet.max |
ResultSet |
ResultSet.RangeSet.min |
Constructor and Description |
---|
ResultSetDelta(ResultSet result1,
ResultSet result2)
build a resultsetdelta from two resultsetswithtimes that have already been precalculated
|
Modifier and Type | Field and Description |
---|---|
ResultSet |
ResultEnvelope.avgCase
The average case (e.g.
|
ResultSet |
ResultEnvelope.bestCase
The best case/upper bound (e.g.
|
ResultSet |
ResultEnvelope.pointEstimate
A point estimate of accessibility, in the statistical sense: a single result that serves as a representative point
in a distribution.
|
ResultSet |
ResultEnvelope.spread
The spread of results (future use).
|
ResultSet |
ResultEnvelope.worstCase
The lower bound (e.g.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
ResultEnvelope.get(ResultEnvelope.Which key) |
Modifier and Type | Method and Description |
---|---|
void |
ResultEnvelope.put(ResultEnvelope.Which key,
ResultSet val) |
Copyright © 2019. All rights reserved.