Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions igraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,8 @@ def community_infomap(self, edge_weights=None, vertex_weights=None, trials=10):
@return: an appropriate L{VertexClustering} object with an extra attribute
called C{codelength} that stores the code length determined by the
algorithm.

Note graph must not contain isolated vertices.

@newfield ref: Reference
@ref: M. Rosvall and C. T. Bergstrom: Maps of information flow reveal
Expand Down