How to use community_leiden? #9
-
I am trying to use IGraphs.jl for community detection.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I will be maybe a bit redundant in my answer, but my goal is to "document" some assumptions and style decisions this wrapper has made that are not necessarily yet very well documented in the README.
As can be seen in the documentation, this function has a lot of optional arguments that can be set to
2.a. providing the optional arguments
output: 2.b. making a new argument type that looks enough like a
2.c Using directly the lower level API. ... that is actually more convoluted than necessary, given that 2.b exists, so I will not be trying to make up an example with it unless there is specific interest. |
Beta Was this translation helpful? Give feedback.
I will be maybe a bit redundant in my answer, but my goal is to "document" some assumptions and style decisions this wrapper has made that are not necessarily yet very well documented in the README.