PyANGKernel.GKFurnessOperation

class GKFurnessOperation

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

class GKFurnessResult
__init__()
execute()
getNanIteration()
Return type:

int

getNbDestinations()
Return type:

int

getNbOrigins()
Return type:

int

getResEpsilon()
Return type:

float

getResMatrix()
Return type:

GKODMatrix

getResult()
Return type:

GKFurnessResult

setDestinations(centroids)
Parameters:

centroids – .list of GKCentroid

setDestinationsTotals(destTotals)
Parameters:

destTotals – .list of double

setEpsilon(value)
Parameters:

value – float

setLMax(value)
Parameters:

value – int

setMatrixTrips(matrix)
Parameters:

matrixGKODMatrix

setOrigins(centroids)
Parameters:

centroids – .list of GKCentroid

setOriginsTotals(originTotals)
Parameters:

originTotals – .list of double