SkepticMystic / graph-analysis

Analyse the structure of your Obsidian graph using various analysis techniques
GNU General Public License v3.0
400 stars 19 forks source link

Any recommendation of reading materials on the algorithms ? #14

Closed vizance closed 2 years ago

vizance commented 2 years ago

Thanks for this POWERFUL plugins ! It's really helpful when I do my writing works.

I'm also interested in algorithms that this plugin uses (Jaccard Similarity, Jaccard Similarity... etc ). Is there any recommendation of book or video on this topic?

Thank you !

SkepticMystic commented 2 years ago

Ahh yes, definitely! I will add this to the Readme, but here is the link to the Neo4j algorithm documentation: https://neo4j.com/docs/graph-data-science/current/algorithms/. This is where I learned about all the algs besides co-citations

vizance commented 2 years ago

Wow thank you, the doc is really helpful to know the algs.

About the co-citations, it there any reading material?

SkepticMystic commented 2 years ago

Sure thing :) For co-cites, we really just used the wikipedia page!

vizance commented 2 years ago

Got it! will read wikipedia page first.

SkepticMystic commented 2 years ago

And if you like, you can see how we implement each of the algs starting here in the code: https://github.com/SkepticMystic/graph-analysis/blob/b5c20ded34b0052f2566a3a20d973e6892986594/src/MyGraph.ts#L67