Network Cola Algorithm Parameters : General parameters used in the cola layout algorithm for networks

# networkColaAllConstraintsIterations

Number of iterations to run all constraints
Type: integer
Default:
Used in: Network

# networkColaAvoidOverlaps

Flag to avoid overlaps of nodes in the cola network
Type: boolean
Default: true
Used in: Network

# networkColaCenterGraph

Flag to center the cola network
Type: boolean
Default: true
Used in: Network

# networkColaConvergenceThreshold

Threshold for the convergence of the cola network
Type: float
Default: 0.01
Used in: Network

# networkColaFlowLayoutAxis

Causes constraints to be generated such that directed graphs are laid out either from left-to-right or top-to-bottom. A separation constraint is generated in the selected axis for each edge that is not involved in a cycle
Type: string
Default: false
Options: false, x, y
Used in: Network

# networkColaFlowLayoutSeparation

Causes constraints to be generated such that directed graphs are laid out either from left-to-right or top-to-bottom. A separation constraint is generated in the selected axis for each edge that is not involved in a cycle
Type: float
Default: 10
Used in: Network

# networkColaGridSnapIterations

Number of iterations to run grid snap
Type: integer
Default:
Used in: Network

# networkColaGroupCompactness

Compactness for the groups in the cola network
Type: float
Default: 1e-06
Used in: Network

# networkColaHandleDisconnected

Handle disconnected nodes in the cola network
Type: boolean
Default: true
Used in: Network

# networkColaJaccardLinkLength

Ideal length foreach link based on the graph structure around that link. You can use this to create extra space around hub-nodes in dense graphs
Type: float
Default: false
Used in: Network

# networkColaJaccardLinkLengthDefault

Default length foreach link based on the graph structure around that link. You can use this to create extra space around hub-nodes in dense graphs
Type: float
Default: 1
Used in: Network

# networkColaKeepRunning

Flag to keep running the cola network
Type: boolean
Default: true
Used in: Network

# networkColaLinkDistance

Ideal length for links
Type: integer
Default: 20
Used in: Network

# networkColaStartUnconstrainedIterations

Number of iterations to run unconstrained
Type: integer
Default:
Used in: Network

# networkColaSymmetricDiffLinkLengths

Symmetric difference for the link lengths in the cola network
Type: integer
Default: 5
Used in: Network

# networkColaUserConstraintIterations

Number of user iterations to run unconstrained
Type: integer
Default:
Used in: Network