Skip to content
#

igraph

Here are 106 public repositories matching this topic...

cdlib
OUStudent
OUStudent commented Nov 24, 2021

Trying to use em function to find communities in my undirected networkx Graph.

Line 31 in algorithms\internal\em.py there is a
q[i][g] /= norm, which throws a division by zero error. Looking at the source code of the e_step function:

    def e_step(self, q):
        for i in range(self.n):
            q.append([])
            norm = 0.0
            for g in range(self.k):
bug good first issue
EgoSplitting

Lectures on "crime and political corruption analysis using data mining, machine learning and complex networks" at the School of Applied Mathematics in the Institute of Mathematics and Computer Science at University of São Paulo

  • Updated Jul 7, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the igraph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the igraph topic, visit your repo's landing page and select "manage topics."

Learn more