memgraph/query_modules
llugovicmg 9d6b578237
Add the NetworkX query module (#5)
* Add __deepcopy__ for Properties
* Fix Vertices __contains__
* Check the incoming type in Vertex and Edge __eq__
* Add NetworkX support code
* Add NetworkX algorithms
* PageRank is now included in the nxalg module
* Rewrite graph analyzer to use NetworkX support code
* Don't make the error case be the "default" case
2020-10-01 20:51:55 +02:00
..
connectivity Strip query modules in release build 2019-12-11 13:52:48 +01:00
louvain Fix modularity calculation bug in Louvain query module 2019-12-18 15:36:43 +01:00
CMakeLists.txt Add the NetworkX query module (#5) 2020-10-01 20:51:55 +02:00
example.c Rework CallProcedure to validate result sets 2019-11-28 14:58:43 +01:00
example.py Update the example.py to use more API 2020-03-12 14:04:40 +01:00
graph_analyzer.py Add the NetworkX query module (#5) 2020-10-01 20:51:55 +02:00
mgp_networkx.py Add the NetworkX query module (#5) 2020-10-01 20:51:55 +02:00
nxalg.py Add the NetworkX query module (#5) 2020-10-01 20:51:55 +02:00
wcc.py Implement wcc using networkx on a given subgraph 2020-03-17 14:33:25 +01:00