PyKalmanPlugin.GKDynamicAdjustmentExperiment

class GKDynamicAdjustmentExperiment

Inheritance diagram of PyKalmanPlugin.GKDynamicAdjustmentExperiment

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__()
getBoundsReferenceDemand()
Return type:

GKTrafficDemand

getBoundsType()
Return type:

MatrixDeviationValueType

getCentroidGrouping()
Return type:

GKGroupingType

getCentroidGroupingBoundsReferenceDemand()
Return type:

GKTrafficDemand

getCentroidGroupingBoundsType()
Return type:

MatrixDeviationValueType

getCentroidGroupingMatrixBounds()
Return type:

Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

getDetectorCoverageThreshold()
Return type:

int

getDuration()
Return type:

GKTimeDuration

getElasticityReferenceDemand()
Return type:

GKTrafficDemand

getGradientDescentIterations()
Return type:

int

getMatrixBounds()
Return type:

Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

getMatrixWeights()
Return type:

Dictionary with keys of type .GKUserClass and values of type double.

getMaxPathLength()
Return type:

float

getNrIterations()
Return type:

int

getProportionThreshold()
Return type:

float

getStartTime()
Return type:

QTime

getTargetR2()
Return type:

float

percentageToCongestion()
Return type:

float

setBoundsReferenceDemand(demand)
Parameters:

demandGKTrafficDemand

setBoundsType(iValue)
Parameters:

iValueMatrixDeviationValueType

setCentroidGrouping(iCentroidGrouping)
Parameters:

iCentroidGroupingGKGroupingType

setCentroidGroupingBoundsReferenceDemand(demand)
Parameters:

demandGKTrafficDemand

setCentroidGroupingBoundsType(iValue)
Parameters:

iValueMatrixDeviationValueType

setCentroidGroupingMatrixBounds(iValue)
Parameters:

iValue – Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

setDetectorCoverageThreshold(value)
Parameters:

value – int

setDuration(time)
Parameters:

timeGKTimeDuration

setElasticityReferenceDemand(demand)
Parameters:

demandGKTrafficDemand

setGradientDescentIterations(value)
Parameters:

value – int

setMatrixBounds(iValue)
Parameters:

iValue – Dictionary with keys of type .GKUserClass and values of type GKODMatrix.

setMatrixWeights(iValue)
Parameters:

iValue – Dictionary with keys of type .GKUserClass and values of type double.

setMaxPathLength(iValue)
Parameters:

iValue – float

setNrIterations(iValue)
Parameters:

iValue – int

setPercentageToCongestion(iValue)
Parameters:

iValue – float

setProportionThreshold(iValue)
Parameters:

iValue – float

setStartTime(time)
Parameters:

timeQTime

setTargetR2(targetR2)
Parameters:

targetR2 – float