-
On going through the example in the documentation of `UniformRandomUniform` method following error occurs.
```
sage: H = hypergraphs.UniformRandomUniform(52, 3, 17)
-------------------------------…
-
Hi, I want to extend the possible datasets which I can utilise, however as I can see there is not code in the repository to generate the hyperedges from simple graph. Can I ask you to provide the code…
-
i want to use some standard graphs (eg, add20, http://www.cise.ufl.edu/research/sparse/matrices/Hamm/add20.html) for testing of kahypar. but when i specify it via the -h argument, it seems to be misi…
-
I propose to move `Spider` to the `hypergraph` module, making it a subclass of `compact.Box`.
In a second step we will have to rethink the interaction between the two representations of hypergraph …
-
Hello all,
Are there any hypergraph datasets for conducting vertex classification or link prediction tasks in OGB?
If not, will they be supported soon?
Best,
Makis
-
i have this code
`h = xgi.Hypergraph([[1, 2, 3, 7], [4], [5, 6, 7]])
xpl.draw(h, node_labels = True)
a, r = mx.adjacency_matrix(h, index = True)
df = pd.DataFrame(a.toarray())`
and the output of …
-
```r
library(ergm) # Any current version.
dummy
-
您好!我尝试在generia数据集上使用您代码,确实效果很不错。关于ace数据集,根据《Joint mention extrac-
tion and classification with mention hypergraphs》中写到,他们会删除一些overlap的entity,还有我看headline的text是不会被标注的,感觉这些部分还不少细节需要注意,所以您看预处理的代码能方便告知下吗?…
-
## ❓ 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…
-
Right now, only unary edges are supported. I love the look of the edges in the "Directed Sourced Hypergraphs" of [this paper](https://arxiv.org/pdf/1804.09408.pdf) and have wanted to generate my own g…
s5bug updated
2 years ago