You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Compute gamma estimates as in :meth:`~modularitypruning.parameter_estimation_utilities.gamma_estimate`, given domains of optimality from :meth:`~modularitypruning.champ_utilities.CHAMP_2D`.
366
+
"""
367
+
Compute gamma estimates as in :meth:`~modularitypruning.parameter_estimation_utilities.gamma_estimate`, given
368
+
domains of optimality from :meth:`~modularitypruning.champ_utilities.CHAMP_2D`.
365
369
366
370
:param G: graph of interest
367
371
:type G: igraph.Graph
368
-
:param ranges: list of ``(gamma_start, gamma_end, membership)`` tuples as returned from :meth:`~modularitypruning.champ_utilities.CHAMP_2D`
372
+
:param ranges: list of ``(gamma_start, gamma_end, membership)`` tuples as returned from
"""Compute (gamma, omega) estimates as in :meth:`~modularitypruning.parameter_estimation_utilities.gamma_omega_estimate`, given domains of optimality from :meth:`~modularitypruning.champ_utilities.CHAMP_3D`.
401
+
"""
402
+
Compute (gamma, omega) estimates as in
403
+
:meth:`~modularitypruning.parameter_estimation_utilities.gamma_omega_estimate`, given domains of optimality from
0 commit comments