Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.35 KB

File metadata and controls

49 lines (41 loc) · 1.35 KB

Tasks to do

  • ❏ Update algorithms to use new algorithm name spaces

  • ❏ Code tab incorrectly showing value for concurrency and missing node label & relationship type

  • ❏ Code tab not handling nested Cypher maps properly (putting all keys inside double quotes, which is invalid Cypher syntax)

  • ❏ Auto fill available properties based on the output of db.schema.relTypeProperties()

  • ❏ Make a component of the relationship type - relationship orientation - weight property trio

  • ❏ Add tests around parameter construction in queries.js

  • ❏ Tidy up code in parameter construction/remove duplication

  • ✓ Handle directions for relationship types

  • ✓ Move node labels and relationship types into config map

  • ✓ Code tab missing node label & relationship type

Algorithms

  • ✓ Degree

  • ✓ Eigenvector

  • ✓ Page Rank

  • ✓ Article Rank

  • ✓ Betweenness

  • ✓ Approx Betweenness

  • ✓ Closeness

  • ❏ Harmonic

  • ✓ Louvain

  • ✓ Label Propagation

  • ✓ Connected Components

  • ✓ Strongly Connected Components

  • ✓ Triangles

  • ✓ Triangle Count

  • ✓ Shortest Path

  • ✓ A*

  • ✓ Single Source Shortest Path

  • ✓ All Pairs Shortest Path

  • ✓ Jaccard

  • ✓ Overlap

  • ✓ Cosine

  • ✓ Pearson

  • ✓ Euclidean

New Algorithms

  • ✓ Node Similarity

  • ❏ K-1 Coloring

  • ❏ Approximate Nearest Neighbors

  • ❏ Yen’s K Shortest Paths

  • ❏ Random Walk