Defined in File MaxentStress.hpp
public NetworKit::GraphLayoutAlgorithm< double >
(Template Class GraphLayoutAlgorithm)
Implementation of MaxentStress by Ganser et al. using a laplacian system solver.
See also
Ganser, Emden R., Yifan Hu and Steve North. “A maxentstress model for graph layout.” Visualisation and Computer Graphics, IEEE Transsactions on 19, no. 6 (2013): 927-940.
Public Types
Public Functions
Default destructor.
Computes a graph drawing according to the Maxent-Stress model.
Scale the layout computed by run() by a scalar s to minimize \sum_{u,v \in V} w_{uv} (s ||x_u - x_v|| - d_{uv}||)^2
Computes a scalar s s.t. \sum_{u,v \in V} w_{uv} (s ||x_u - x_v|| - d_{uv}||)^2 is minimized.
Computes the full stress measure of the computed layout with run(). Code taken and adapted from KaDraw by Christian Schulz.
Note
KaDraw: http://algo2.iti.kit.edu/kadraw/
Computes the maxent stress measure for the computed layout with run(). Code taken and adapted from KaDraw by Christian Schulz.
Note
KaDraw: http://algo2.iti.kit.edu/kadraw/
Set parameter q.
q –
Set parameter alpha.
alpha –
Set parameter alphaReduction.
alphaReduction –
Set parameter finalAlpha.
finalAlpha –