Skip to content
Discussion options

You must be logged in to vote

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.

  1. First, I am looking up the function you are interested in the official C documentation. It has the following signature:
igraph_error_t igraph_community_leiden(const igraph_t *graph,
                            const igraph_vector_t *edge_weights, const igraph_vector_t *node_weights,
                            const igraph_real_t resolution_parameter, const igraph_real_t beta, const igraph_bool_t start,
                            const igraph_integer_t n_iterations,
                        …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@duhwang-official
Comment options

@duhwang-official
Comment options

@Krastanov
Comment options

Answer selected by duhwang-official
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants