-
Unless I'm seriously mistaken as to how this is supposed to work, the number of edges produced by `uniform_erdos_renyi_hypergraph` is off by a factor of $m!$.
```python
import xgi
import matplotl…
-
## 🐛 Bug
I observed several bugs related to itemsampler with ondiskdataset
1. unable to do negative sampling (sample_uniform_negative)
2. unable to ingest graph with different number of nodes by …
-
After splitting, during hypergraph creation (mesh elements are graph nodes, mesh vertices -> hyperedges), the pin connection process segfaults with the a bad allocation here:
https://github.com/SCO…
-
Dear Author:
```
class SixByFive():
"""Example hypergraph with 6 nodes and 5 edges"""
def __init__(self):
mat = np.array([[1, 1, 1, 0, 0, 0], [1, 0, 1, 0, 1, 0], [1, 1, 0, 0, 1, 1…
-
I tried to generate a hypergraph using node neighborhood information from a matrix **K** of size `|N| x |N|`. Using the simple graph edges list, if the length (distance) of two given nodes is less tha…
-
## What:
Methods have unreachable code or bugs that are potentially causing inconsistent or unexpected behaviours.
## Where:
ColoredHyperEdgeView, get_rank method
```
elif isinstance(e, s…
-
As discussed in #29 (Support for GML) a change to Text is needed and using a Value Sum type will useful for working with many kinds of data.
```haskell
type Attribute = [(Text, Value)]
data Value =…
-
Would like to define a relationship between a relationship and an entity or between a relationship and another relationship. Is this supported?
-
I found that often CATDIFF aggregated statistics will only return 1 or 0. For example:
input data:
```
source,target,time,type,id,value
A,A,2024-09-24,set_value,A,1
B,B,2024-09-24,set_value,B,1…
-
Hi,
I would like to use KaHyPar to partition circuit netlists. However, I have a question about how KaHyPar represents the actual connectivity of the netlist elements. (I could not find anything li…