You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Graph Data Science 101: Understanding Graphs and Graph Data Science](https://techfirst.medium.com/graph-data-science-101-understanding-graphs-and-graph-data-science-c25055a9db01)
181
+
-[The Story behind Russian Twitter Trolls](https://neo4j.com/blog/story-behind-russian-twitter-trolls)
182
+
-[Graphs for Data Science and Machine Learning](https://de.slideshare.net/neo4j/graphs-for-data-science-and-machine-learning)
if writtenModularity=$( execute_cypher "${COMMUNITY_DETECTION_CYPHER_DIR}/Community_Detection_7e_Write_Modularity.cypher""${@}""${writePropertyName}");then
368
+
echo"${writtenModularity}"
369
+
echo"communityCsv: Successfully written Leiden Modularity per node with parameters ${*}"
370
+
else
371
+
echo"communityCsv: Error: Failed to write Leiden Modularity per node with parameters ${*}"
372
+
fi
367
373
}
368
374
369
375
# Compare the results of different community detection algorighms
0 commit comments