Skip to content

Commit f7e851c

Browse files
ChrizZz110FlorentinD
authored andcommitted
integrated suggestions for degree-centrality.adoc
1 parent fae66ba commit f7e851c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/modules/ROOT/pages/algorithms/degree-centrality.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ include::partial$/algorithms/shared/algorithm-traits.adoc[]
1616
== Introduction
1717

1818
The Degree Centrality algorithm can be used to find popular nodes within a graph.
19-
The degree centrality measures the number of incoming or outgoing (or both) relationships from a node, which can be defined by the orientation of a relationship projection. If a projection contains directed relationships, only outgoing relationships of a node are considered (the out-degree).
19+
The degree centrality measures the number of incoming or outgoing (or both) relationships from a node, which can be defined by the orientation of a relationship projection.
20+
If a projection contains directed relationships, only outgoing relationships of a node are counted (the out-degree).
2021
For more information on how relationship orientations influence the algorithm result, see the xref:algorithms-degree-centrality-orientation-example[setting an orientation] section.
2122
For more general information on relationship orientations, see the xref:management-ops/graph-creation/graph-project.adoc#relationship-projection-syntax[relationship projection syntax] section.
2223

0 commit comments

Comments
 (0)