You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! In the documentation for WikiMath dataset it's said that the graph is directed. However, while investigating graph structure, it turned out that there are no edges between nodes i and j if i >= j - adjacency matrix is upper triangular with zeros on the main diagonal.
This fact doesn't violate the property of a graph being directed, but it seems very strange, especially for such web-graph dataset, b.c. there are no loops in a graph.
Is there any mistake in the adjacency, or maybe graph should be undirected?
The text was updated successfully, but these errors were encountered:
Hi! In the documentation for WikiMath dataset it's said that the graph is directed. However, while investigating graph structure, it turned out that there are no edges between nodes
i
andj
ifi >= j
- adjacency matrix is upper triangular with zeros on the main diagonal.This fact doesn't violate the property of a graph being directed, but it seems very strange, especially for such web-graph dataset, b.c. there are no loops in a graph.
Is there any mistake in the adjacency, or maybe graph should be undirected?
The text was updated successfully, but these errors were encountered: