PyPTAdjustmentPlugin.MacroPTAdjustmentResult¶
- class MacroPTAdjustmentResult¶
The
MacroPTAdjustmentResultclassSynopsis¶
Methods¶
def
__init__()def
findState()def
getCheckSum()def
getState()def
getStates()def
getUsers()def
hasResults()def
publishMatrix()def
restore()def
setExperiment()def
setStates()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__()¶
- findState(iUserClass, iOrigin, iDestination)¶
- Parameters:
iUserClass –
GKUserClassiOrigin –
GKCentroidiDestination –
GKCentroid
- Return type:
- getAdjustedObservationValues()¶
- Return type:
.list of double
- getAdjustedStateValues()¶
- Return type:
.list of double
- getIterationInfo()¶
- Return type:
.list of MacroIterationInfo
- getObservations()¶
- Return type:
.list of PTResultObservation
- getOriginalObservationValues()¶
- Return type:
.list of double
- getOriginalStateValues()¶
- Return type:
.list of double
- getState(iIndex)¶
- Parameters:
iIndex – int
- Return type:
- getStates()¶
- Return type:
.std.vectorPTResultAdjustmentState
- getUsers()¶
- Return type:
.list of GKUserClass
- publishMatrix(iUser, iCreateInModel)¶
- Parameters:
iUser –
GKUserClassiCreateInModel – bool
- Return type:
GKODMatrix
- restore(iStream, iModel)¶
- Parameters:
iStream –
QDataStreamiModel –
GKModel
- Return type:
- setCentroidConfiguration(iCentroidConfiguration)¶
- Parameters:
iCentroidConfiguration –
GKCentroidConfiguration
- setExperiment(iExperiment)¶
- Parameters:
iExperiment –
MacroPTAdjustmentExperiment
- setIterationInfo(iterationInfo)¶
- Parameters:
iterationInfo – .list of MacroIterationInfo
- setStates(iStates)¶
- Parameters:
iStates – .std.vectorPTResultAdjustmentState
- store(iStream)¶
- Parameters:
iStream –
QDataStream