neo4j-contrib / neo4j-graph-algorithms

Efficient Graph Algorithms for Neo4j
https://github.com/neo4j/graph-data-science/
GNU General Public License v3.0
769 stars 195 forks source link

Source target ids docs #852

Closed mneedham closed 5 years ago

mneedham commented 5 years ago

This PR explains the source and target ids feature that all the similarity algorithms support. I've also split up the docs for the similarity functions and procedures so that it's easier to see where each is being used

mneedham commented 5 years ago

@davidoliverSP2 I haven't finished this PR yet, but I wanted to get your advice on the restructuring I've done on the Jaccard Similarity page as I'm planning to do the same on the other pages.

I want to make the difference between functions and procedures clearer to users, but I'm not sure of whether what I've done is the best way to do that!

mneedham commented 5 years ago

@davidoliverSP2 I've done simpler examples for the other algorithms as I'm not sure whether the first example I showed for Jaccard makes sense for them.