We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0067fc1 commit 8a4a839Copy full SHA for 8a4a839
scripts/reports/CommunityCsv.sh
@@ -337,7 +337,7 @@ calculateLocalClusteringCoefficient() {
337
local PROJECTION_CYPHER_DIR="${CYPHER_DIR}/Dependencies_Projection"
338
339
local writePropertyName="dependencies_projection_write_property=communityLocalClusteringCoefficient"
340
- local writeLabelName="dependencies_projection_write_label=MaximumKCut"
+ local writeLabelName="dependencies_projection_write_label=LocalClusteringCoefficient"
341
342
# Statistics
343
execute_cypher "${COMMUNITY_DETECTION_CYPHER_DIR}/Community_Detection_10a_LocalClusteringCoefficient_Estimate.cypher" "${@}" "${writePropertyName}"
0 commit comments