Skip to content

Commit

Permalink
Adding clustering coefficient description
Browse files Browse the repository at this point in the history
  • Loading branch information
riomus committed Apr 13, 2016
1 parent 0cdd25f commit 59df22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localClustering.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Local Clustering Coefficient
=============================

Local Clustering Coefficient for vertex
Local Clustering Coefficient for vertex tells us howe close its neighbors are. It is number of exsisting connections in neghboorhod divided by number of all possible connections.

:math:`LC(x)=\sum_{v \in N(x)}{\frac{|N(x) \cap N(v)|}{|N(x)|*(|N(x)|-1)}}`

Expand Down

0 comments on commit 59df22b

Please sign in to comment.