-
Node reductions are great!
# What
This is an important case of graph reductions. There are requests in both the UI and APIs to do reductions at the level of node, multiedge, and multiple nodes / …
-
## Description
A clear and concise description of what the bug is.
The implementation does not conform to the documented intent.
## Steps to Reproduce
Steps to reproduce the behavior:
- [ ] C…
-
Until #137 is answered, I'll just ask questions here. I hope that's okay.
Can HNX represent isolated nodes? If yes, how can I construct a hypergraph with isolated nodes? If not, can you point to th…
-
## ❓ Questions & Help
Hi, I have many graphs with same nodes but with different hyperedge_index.
Specifically, I'm trying to use hypergraph to enhance time series prediction task.
The incidence m…
-
Hi all,
it would be nice to add a `nodelist` parameter for both the adjacency and incidence matrix of a hypergraph (similarly to what done for networks in [networkx](https://networkx.org/documentat…
-
Hi!
I am having this issue when trying to run Cluster_Ensembles in a CentOs machine. I have already installed metis and apparently is running.
Do you know what can be giving the error?
```
…
-
Parsing will occur in multiple rounds (at least two). First round is done using first-order features. Subsequent rounds use the cube pruning approach described in the following papers:
- Hao Zhang; Ry…
-
Sugiro a implementação de códificação huffman com Trees: Segue um link de exemplo:
https://www.siggraph.org/education/materials/HyperGraph/video/mpeg/mpegfaq/huffman_tutorial.html
Huffman serve para…
-
A natural input type to support would be a dictionary, e.g.,
```
H = xgi.Hypergraph()
H.add_nodes_from({1, {"name": "a"}, 2: {"name": "b"}, 3: {"name": "c"}, 4: {"name": "d"}})
```
This input t…
-
I'm wondering if you would consider accepting an addition to add a `HyperEdge` trait,
which would allow the library to encode Hypergraphs.
Presumably it could be an edge with a `I: Iterator` in pl…