Closed leotrs closed 2 weeks ago
Currently, we have a way of seeing all attributes:
H.nodes.attrs[0] # -> {"name": "Leo", "color": "green"}
What I'd love to have is a way of seeing all stats too:
H.nodes[0] # -> {"degree": 10, "clustering": 0.5, "name": "Leo", "color": "green"}
This is assuming that stats are cached, and they will soon be as long as we have frozen hypergraphs (#50) ;)
Related to #188 .
Related to #405
As per the team meeting today, this is closed due to its low priority.
Currently, we have a way of seeing all attributes:
What I'd love to have is a way of seeing all stats too:
This is assuming that stats are cached, and they will soon be as long as we have frozen hypergraphs (#50) ;)