Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cosy-Bio
Drugst.One
plugin
Commits
64e9a06d
Commit
64e9a06d
authored
2 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
renamed closeness to harmonic centrality
parent
78e723aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/dialogs/launch-analysis/launch-analysis.component.html
+2
-2
2 additions, 2 deletions
...pp/dialogs/launch-analysis/launch-analysis.component.html
src/app/services/analysis/analysis.service.ts
+1
-1
1 addition, 1 deletion
src/app/services/analysis/analysis.service.ts
with
3 additions
and
3 deletions
src/app/dialogs/launch-analysis/launch-analysis.component.html
+
2
−
2
View file @
64e9a06d
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/app/services/analysis/analysis.service.ts
+
1
−
1
View file @
64e9a06d
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment