Skip to content
Snippets Groups Projects
Commit 64e9a06d authored by AndiMajore's avatar AndiMajore
Browse files

renamed closeness to harmonic centrality

parent 78e723aa
Branches
Tags
No related merge requests found
......@@ -183,9 +183,9 @@
</div>
<div class="media-content">
<div class="content">
<h6 class="is-6">About Closeness Centrality</h6>
<h6 class="is-6">About Harmonic Centrality</h6>
<p>
Closeness Centrality is a node centrality measure that
Harmonic Centrality is a node centrality measure that
ranks the nodes in a network based on the lengths of their
shortest paths to all other nodes in the network.
</p>
......
......@@ -23,7 +23,7 @@ export const algorithmNames = {
trustrank: 'TrustRank',
keypathwayminer: 'KeyPathwayMiner',
multisteiner: 'Multi-Steiner',
closeness: 'Closeness Centrality',
closeness: 'Harmonic Centrality',
degree: 'Degree Centrality',
proximity: 'Network Proximity',
betweenness: 'Betweenness Centrality',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment