Skip to content

Commit

Permalink
Updating metric keys for closeness centrality
Browse files Browse the repository at this point in the history
Added closeness centrality keys to the 2 lists for the available metrics in Mazerunner. Missed it on the first pass.
  • Loading branch information
kbastani committed Feb 7, 2015
1 parent f4676ec commit d5c535b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This docker image adds high-performance graph analytics to a [Neo4j graph databa

*PageRank*

*Closeness Centrality*

*Triangle Counting*

*Connected Components*
Expand Down Expand Up @@ -66,6 +68,7 @@ Graph analysis jobs are started by accessing the following endpoint:
Replace `{analysis}` in the endpoint with one of the following analysis algorithms:

- pagerank
- closeness_centrality
- triangle_count
- connected_components
- strongly_connected_components
Expand Down

0 comments on commit d5c535b

Please sign in to comment.