Constructor | Description |
|
|
Static member | Description |
Full Usage:
ErdosRenyi.init nodes edges
Parameters:
int
-
Specifies the number of nodes
edges : int
-
Specifies the number of edges
Returns: UndirectedGraph<int, int, float>
An UndirectedGraph
|
|