Constructor | Description |
|
|
Static member | Description |
Full Usage:
WattsStrogatz.initWattsStrogatz n k p
Parameters:
int
-
Specifies the number of nodes
k : int
-
Specifies the degree of the nodes
p : float
-
Specifies the rewiring probability
Returns: UndirectedGraph<int, int, float>
An UndirectedGraph
|
|