LTS4 / graph-learning

Collection of models for learning networks from signals.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Bring back normalization parameter for graph learning #9

Open WilliamCappelletti opened 2 months ago

WilliamCappelletti commented 2 months ago

Now everything revolves around avg_degree. Allow user to use norm_par instead, as original implementation. These arguments should be mutually exclusive.

Related to #8.