Nicholas Landry
Nicholas Landry
I understand why a drag event is also a click event, but my bigger question is, Why can't you toggle off the label if the node has been dragged, while...
I like this idea!
Okay, so addition first: I add two hypergraphs. What should it return? And what I mean is * What should we do if there are conflicting node/edge attributes? * What...
* That seems reasonable. * This seems reasonable I think? The only issue I would have with this is suppose that we run ``` H2 = xgi.uniform_hypergraph_configuration_model(k, 2) H3 =...
Yeah, it's an interesting question. I can see both ways of doing it. I think the key problem is that some edge IDs actually mean something if we got the...
I like this idea! I would prefer that we use np.unique because unless I'm mistaken, np.histogram uses bin edges instead of centers (although maybe there's a workaround?)
A few ways that I've seen: 1) Oriented hypergraphs with a labeling function specifying inputs/outputs formalized in [*Spectral classes of hypergraphs*](https://arxiv.org/abs/2007.04273) by Raffaella Mulas. 2) Directed hypergraphs with head (output)...
I think that this can be closed?
Agreed ^^. I especially like the `thaw()` function.