Giter VIP home page Giter VIP logo

Comments (2)

mat701 avatar mat701 commented on June 15, 2024

Hi, thanks for the comment.

Sampling from the probability distribution of the maximum entropy models means that the number of edges and the degrees of the nodes are not preserved exactly, but only on average: a single sampled network will have a number of edges very different from the original.

For what regards the nodes, the sampled edgelists do not contain edges relative to nodes with degree 0, which is 100% the case if your nodes had degree 0 in the original network and can (and typically will) happen for nodes with small degree as well. In the sampled network they are isolated nodes, so since you pass only the edgelist to networkx they don't appear in the networkx graph, resulting in an apparent loss of nodes. The "lost" nodes are just isolated in a particular sampling.

I might suggest initializing the nodes of the networkx graph with the complete nodelist of the original graph before giving in input the edgelist.
Hoping this is clear now, I'll close the issue in a few days.

from nemtropy.

fabiank0 avatar fabiank0 commented on June 15, 2024

Thank you for the clarification!

from nemtropy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.