我想运行在Neo4j中实现的算法,用于C#应用程序中的社区检测,如louvain算法 .

我找到了Neo4jDriver的文档:https://neo4j.com/docs/driver-manual/1.7/sessions-transactions/#driver-transactions-access-mode

Neo4j中louvain算法的文档:https://neo4j.com/docs/graph-algorithms/current/algorithms/louvain/

但它并没有帮助我如何编写查询或是否可以这样做 .