Defined in File HyperbolicGenerator.hpp
public NetworKit::StaticGraphGenerator
(Class StaticGraphGenerator)
Public Functions
n – [in] Number of nodes
k – [in] Target average degree
exp – [in] Target exponent of power-law distribution
T – [in] Temperature
angles – [in] Pointer to angles of node positions
radii – [in] Pointer to radii of node positions
r – [in] radius of poincare disk to place nodes in
thresholdDistance – [in] Edges are added for nodes closer to each other than this threshold
Graph to be generated according to parameters
Graph to be generated according to parameters specified in constructor.
Set the capacity of a quadtree leaf.
capacity – Tuning parameter, default value is 1000
When using a theoretically optimal split, the quadtree will be flatter, but running time usually longer.
split – Whether to use the theoretically optimal split. Defaults to false