-
Graph generators may sometimes return hypergraphs with isolated nodes (e.g. ER hypergraph with small `p`). In these cases, and others, it is usual to obtain the largest component. Ideally, we would li…
-
+ [TKDD'2020] Core Interest Network for Click-Through Rate Prediction
+ [CIKM2020] Deep Multi-Interest Network for Click-through Rate Prediction
+ [CIKM'21] Efficient Learning to Learn a Robust CTR …
-
Hi, this is a really good package :)
It would be loads more useful if you could provide support for weighted hypergraphs. It seems to be possible to create a weighted hypergraph at the moment like…
-
This issue consists of 4 components:
* A JSON file format to standardize storage of hypergraphs (need to consider temporality, directedness, etc.)
* A specification file that lays out best practices…
-
Just as metis and hmetis have their user manuals which describe the different options that are available, can you also provide a manual for kahypar? This will enable new users to quickly start using y…
peyaj updated
2 years ago
-
I believe it would be best if Arkouda could prioritize implementation and fine-tuning performance with regards to HNX. There was talk of a [Chapel HyperGraph LIbrary (CHGL)](https://github.com/pnnl/ch…
-
The initial layout algorithm sometimes "hides" individuals to the right. This is especially noticable in larger models where the shadow Sugiyama layout will shunt singletons off to the side.
If possi…
-
Recurse the spans tree to compose a score based on the type of subqueries and what matched
---
Migrated from [LUCENE-7580](https://issues.apache.org/jira/browse/LUCENE-7580) by Paul Elschot, 1 vote…
-
I would like to store some edge properties. For `hypernetx > 1.1` this should work.
For
```
H = hnx.Hypergraph()
H.add_edge(hnx.Entity('e1', {1, 2}, p='a property'))
H.edges['e1'].properties…
-
In #16552 we discovered that `IncidenceStructure` is not adapted to deal with projective spaces. The class should be able:
- to be a base class for inheritance to create other designs (like `GDD` or…