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
It could be useful to compute a stat by using its name as a string argument, like H.nodes.stat("degree").
I think we cannot do that right now (@leotrs ?).
This would allow the user to define a list of stats they want to compute stats = ["degree", "centrality", ...] and compute them by iterating over the values.
The text was updated successfully, but these errors were encountered:
It could be useful to compute a stat by using its name as a string argument, like H.nodes.stat("degree").
I think we cannot do that right now (@leotrs ?).
This would allow the user to define a list of stats they want to compute
stats = ["degree", "centrality", ...]
and compute them by iterating over the values.The text was updated successfully, but these errors were encountered: