Which algorithms do you want to see implemented? #23
SkepticMystic
started this conversation in
General
Replies: 1 comment 2 replies
-
A minimum spanning tree or breadth first search implementation would be a useful addition to extract a graph 'backbone'. BFS for instance, could be used to generate different layers of degree from the current note (e.g. first level of degree, second level, etc.). MST in return, yields a topological list of edges or a "path of least resistance" between all notes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are open to adding new algorithms to analyse the vault :) Please share which one's you'd like to see implemented, and ideally post a concrete algorithm we can use (like the formulas posted in the readme).
Here is where most of the existing algs came from: Neo4j Docs
Beta Was this translation helpful? Give feedback.
All reactions