epfl-lts2/pygsp

`min_deg` argument of Community class doesn't work?

mnagaa opened this issue · 1 comments

A question.

I want to choose the degree of Community graph.
I tried to specify the value, but the min_deg argument is not used in the init function.

If someone knows about this, please tell me.

min_deg=None,

It is not implemented. I guess we had some big plans at some point... We can add this option, but the question is what should be the expected behavior.

  • Add random connections such that the minimum degree is satisfied?
  • Add community connections such that the minimum degree is satisfied?

This would break the word and community density...