Skip to content

Commit 8a4a839

Browse files
committed
Fix wrong label for clustering coefficient
1 parent 0067fc1 commit 8a4a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/reports/CommunityCsv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ calculateLocalClusteringCoefficient() {
337337
local PROJECTION_CYPHER_DIR="${CYPHER_DIR}/Dependencies_Projection"
338338

339339
local writePropertyName="dependencies_projection_write_property=communityLocalClusteringCoefficient"
340-
local writeLabelName="dependencies_projection_write_label=MaximumKCut"
340+
local writeLabelName="dependencies_projection_write_label=LocalClusteringCoefficient"
341341

342342
# Statistics
343343
execute_cypher "${COMMUNITY_DETECTION_CYPHER_DIR}/Community_Detection_10a_LocalClusteringCoefficient_Estimate.cypher" "${@}" "${writePropertyName}"

0 commit comments

Comments
 (0)