PyDistributionPlugin.DistributionOutput

class DistributionOutput

The output of the Distribution Experiment.

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

__init__()
createMatrix(iPurpose, iTemporary)
Parameters:
Return type:

.std.vectorGKODMatrix

createMatrix(iIndex, iTemporary)
Parameters:
  • iIndex – int

  • iTemporary – bool

Return type:

GKODMatrix

getAverageImpedance(iIndex)
Parameters:

iIndex – int

Return type:

float

getCarAvailability(iIndex)
Parameters:

iIndex – int

Return type:

int

getCentroidConfiguration()
Return type:

GKCentroidConfiguration

getCheckSum()
Return type:

float

getEpsilon(iIndex, iIteration)
Parameters:
  • iIndex – int

  • iIteration – int

Return type:

float

getError(iIndex, iIteration)
Parameters:
  • iIndex – int

  • iIteration – int

Return type:

float

getExperiment()
Return type:

DistributionExperiment

getModes(iIndex)
Parameters:

iIndex – int

Return type:

.std.vectorconst GKTransportationMode

getNumberOfIndices()
Return type:

int

getNumberOfIterations(iIndex)
Parameters:

iIndex – int

Return type:

int

getRelativeGap(iIndex, iIteration)
Parameters:
  • iIndex – int

  • iIteration – int

Return type:

float

getResidual(iIndex, iIteration)
Parameters:
  • iIndex – int

  • iIteration – int

Return type:

float

getTimePeriod()
Return type:

GKTimePeriod

getTripPurpose(iIndex)
Parameters:

iIndex – int

Return type:

GKTripPurpose

getTripPurposes()
Return type:

.std.vectorconst GKTripPurpose

hasTrips(iIndex)
Parameters:

iIndex – int

Return type:

bool

restore(iModel, iStream)
Parameters:
Return type:

bool

setCentroidConfiguration(iCenConfig)
Parameters:

iCenConfigGKCentroidConfiguration

setExperiment(iExperiment)
Parameters:

iExperimentDistributionExperiment

setTimePeriod(iPeriod)
Parameters:

iPeriodGKTimePeriod

store(iStream)
Parameters:

iStreamQDataStream