RandomGraph
scalation.modeling.clustering.RandomGraph
The RandomGraph
class generates random undirected graphs with clusters (as adjacency matrices).
Value parameters
- c
-
the number of clusters to generate
- n
-
the number of nodes in the graph
- p
-
the probability that any two nodes are connected
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article