-
I noticed some hypergraphs from the benchmark set provided on http://algo2.iti.kit.edu/schlag/sea2017/ contain nodes that have no hyperedges/nets associated with them. For example, the hypergraph “Mar…
JMian updated
2 years ago
-
Dear MATCHA authors,
Thanks for your great efforts. I currently try to reproduce your code before I further utilize it. According to the readme https://github.com/ma-compbio/MATCHA/tree/master/Hist…
-
I've been running into the error "Invalid object identifier" when calling KaHyPar both through the standalone program and the Python interface. I have been able to compile and run the standalone progr…
-
We frequently have need for what can be viewed as ternary or n-ary relationsips between >2 entities. Examples:
* gene correlated with gene (in a specific tissue) see #324
* chemical derived fro…
-
## ❓ Questions & Help
Hi, it's very nice to find the hypergraph convolution implementation here, however, i found something confused in HypergraphConv class codes.
The hyperedge_index in forward/…
-
Hi,
I divide a vertex set of size 1152 into 9 vertex subsets, each of which is theoretically exactly 128 in size. However, when I set the imbalance parameter to 0, the division results are shown belo…
-
I made the following diagram using Hypernetworkx's `draw` command.
![image](https://user-images.githubusercontent.com/11385121/154585401-46a2485b-ebea-4284-83a1-8bfb9a007bbf.png)
The node `fst_s…
-
Hi,
I understand that support for Weighted Hyperedges was asked in [this](https://github.com/pnnl/HyperNetX/issues/35) issue.
However, the [last question](https://github.com/pnnl/HyperNetX/issues…
-
## ❓ Questions & Help
Hello! I'm trying to use HypergraphConv with hypergraphs of varying sizes, therefore I need the weight matrix to be independent of the number of vertices. How can I achieve t…
-
We could add that with the group size as argument.
This would go in `xgi/classes/function.py`?