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 8a4a839 commit bb2bba4Copy full SHA for bb2bba4
scripts/reports/CentralityCsv.sh
@@ -362,9 +362,9 @@ runCentralityAlgorithms() {
362
#
363
# Required Parameters:
364
# - dependencies_projection=...
365
-# Name prefix for the in-memory projection name for dependencies. Example: "package"
+# Name prefix for the in-memory projection name for dependencies. Example: "package-centrality"
366
# - dependencies_projection_node=...
367
-# Label of the nodes that will be used for the projection. Example: "centralityPageRank"
+# Label of the nodes that will be used for the projection. Example: "Package"
368
# - dependencies_projection_weight_property=...
369
# Name of the node property that contains the dependency weight. Example: "weight"
370
runUndirectedCentralityAlgorithms() {
0 commit comments