PyDistributionPlugin.DistributionOutput¶
- class DistributionOutput¶
The output of the Distribution Experiment.
Synopsis¶
Methods¶
def
__init__()def
createMatrix()def
getCheckSum()def
getEpsilon()def
getError()def
getExperiment()def
getModes()def
getRelativeGap()def
getResidual()def
getTimePeriod()def
getTripPurpose()def
hasTrips()def
restore()def
setExperiment()def
setTimePeriod()def
store()
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:
iPurpose –
GKTripPurposeiTemporary – bool
- Return type:
.std.vectorGKODMatrix
- createMatrix(iIndex, iTemporary)
- Parameters:
iIndex – int
iTemporary – bool
- Return type:
- getCentroidConfiguration()¶
- Return type:
GKCentroidConfiguration
- getExperiment()¶
- Return type:
- getModes(iIndex)¶
- Parameters:
iIndex – int
- Return type:
.std.vectorconst GKTransportationMode
- getTimePeriod()¶
- Return type:
GKTimePeriod
- getTripPurpose(iIndex)¶
- Parameters:
iIndex – int
- Return type:
- getTripPurposes()¶
- Return type:
.std.vectorconst GKTripPurpose
- restore(iModel, iStream)¶
- Parameters:
iModel –
GKModeliStream –
QDataStream
- Return type:
- setCentroidConfiguration(iCenConfig)¶
- Parameters:
iCenConfig –
GKCentroidConfiguration
- setExperiment(iExperiment)¶
- Parameters:
iExperiment –
DistributionExperiment
- setTimePeriod(iPeriod)¶
- Parameters:
iPeriod –
GKTimePeriod
- store(iStream)¶
- Parameters:
iStream –
QDataStream