Skip to content

Commit a3ac9c1

Browse files
committed
Update stochastic_variability.py
1 parent 1c5e1ad commit a3ac9c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/examples_sphinx-gallery/stochastic_variability.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,3 @@ def run_experiment(graph, iterations=50):
9191
#The key reason for the inconsistency in random graphs and higher consistency in structured graphs is due to community structure strength:
9292
#Random Graphs: Lack clear communities, leading to unstable partitions. Stochastic algorithms detect different structures across runs, resulting in low NMI, high VI, and inconsistent RI.
9393
#Structured Graphs: Have well-defined communities, so detected partitions are more stable across multiple runs, leading to high NMI, low VI, and stable RI.
94-
95-
96-
# %%

0 commit comments

Comments
 (0)