PyMacroAdjustmentPlugin.MacroAdjustmentScenarioParams¶
- class MacroAdjustmentScenarioParams¶
Synopsis¶
Methods¶
def
__init__()def
getStoragePath()def
getUsers()def
setTripMatrix()def
storeOutput()def
tripMatrix()
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__()¶
- clearUserClassParams()¶
- containsUserClassParams(user)¶
- Parameters:
user –
GKUserClass- Return type:
- getCentroidGrouping()¶
- Return type:
- getDetectorGrouping()¶
- Return type:
- getUserClassParams(iUser)¶
- Parameters:
iUser –
GKUserClass- Return type:
- getUsers()¶
- Return type:
.list of GKUserClass
- getWeightFunction()¶
- Return type:
GKFunctionCost
- removeUserClassParams(user)¶
- Parameters:
user –
GKUserClass
- setCentroidGrouping(grouping)¶
- Parameters:
grouping –
GKGroupingType
- setDetectorGrouping(grouping)¶
- Parameters:
grouping –
GKGroupingType
- setTripMatrix(iMatrix)¶
- Parameters:
iMatrix –
GKODMatrix
- setTripMatrixReliability(iFactor)¶
- Parameters:
iFactor – float
- setUseMaxDeviationAbsValue(useFactor)¶
- Parameters:
useFactor – bool
- setUseMaxDeviationFactor(useFactor)¶
- Parameters:
useFactor – bool
- setUserClassParams(iUser, iParams)¶
- Parameters:
iUser –
GKUserClassiParams –
MacroAdjustmentScenarioUserClassParams
- setWeightFunction(function)¶
- Parameters:
function –
GKFunctionCost
- tripMatrix()¶
- Return type:
GKODMatrix