python - Given a graph's nodes degree sequence, how do find the distribution? -


if have zachary karate club graph , if make assumption representative of kcs, how use maximum entropy determine probability distribution degree sequence comes from?

my goal sample sequence of length l can produce graph karate club of , order of magnitude larger (340 nodes minimum)?

a similar question on this one great if can call like:

nx.utils.create_degree_sequence(340,karate_club_graph().degree().values)


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -