scalation.analytics
The RandomGraph class generates random undirected graphs with clusters (as adjacency matrices).
RandomGraph
the number of nodes in the graph
the probability that any two nodes are connected
the number of clusters to generate
Generate a cluster random graph returning its adjacency matrix.
The
RandomGraph
class generates random undirected graphs with clusters (as adjacency matrices).