-
This note describes an encoding of (finite) [bipartite graphs](https://en.wikipedia.org/wiki/Bipartite_graph).
http://mathworld.wolfram.com/BipartiteGraph.html
# Motivation
Bi-partite graphs are ubi…
wires updated
7 years ago
-
You should consider using Standardized Co-incident Ratio (SCR) as a measure of similarity instead of the Jaccard Similarity, as the latter is biased in large bipartite graphs whereas the former is not…
-
Hello all,
When i run the example "pruning" to generate bipartite graphs, there is an error:
![image](https://github.com/user-attachments/assets/6a2ca97c-de2e-40e2-b7ea-0a3bcb9d29bc)
So i change …
-
#we also want to investigate a conjecture systematically
#here's the conjecture: is_distance_regular)&(is_bipartite))->(is_hamiltonian)
#NOTE: a CE will be distance regular, bipartite and NOT hamilt…
-
### 🐛 Describe the bug
When using GATv2conv on a bipartite graph, the self-edges are treated as if they are to be added to the source nodes (which doesn't make sense).
This leads to a fatal error wh…
-
### 🚀 The feature, motivation and pitch
Hi,
Similar to the issue on bipartite graphs [bipartite graphs](https://github.com/pyg-team/pytorch_geometric/issues/118), i would like to know if it's poss…
-
The following code demonstrates a problem when using the `GATv2Conv` layer in a bipartite graph scenario. Specifically, the issue arises when the source and destination nodes have unequal sizes, leadi…
-
Thought I'd made an issue for this elsewhere, but apparently not.
A common thing I've noticed in metagenomes (and that has come up in the past as an example of something neat that MetagenomeScope i…
-
There seems to be a dearth of community detection algorithms in the current Graphs.jl. Hopefully this can be remedied in the future, and to that end I thought I'd list the ones that NetworkX [currentl…
-
I would like to add another array function. This issue is just to make sure the PR will be added later.
I have a specific problem with an ebedding based recommendation system I want to build with a…