trevorgrif / RuralABM

1 stars 2 forks source link

Clustering Coefficient #7

Closed trevorgrif closed 1 year ago

trevorgrif commented 1 year ago

Implement the clustering coefficient. Need to develop algorithm for weighted graph.

clustering.pdf

trevorgrif commented 1 year ago

Weighted graph algorithm distributes weights by sampling from a multi-nomial distribution generated from the target graph.