-
- [ ] Graphical Representation
- [ ] Tab Navigation
- [ ] React Components
- [ ] Packet Text Viewer
- [ ] Data Graphs
- [ ] Connect to SQLite DB
- [ ] Querying & Disp…
-
Most property graph systems follow a typed topology, which is useful information for a path query synthesizer
* The method should extract for the connected database(s) a description of typed & direct…
-
### Description
In Edgeless mode, we can create object groups and "Insert into Page".
However, objects within the bounds of the group (but not actually part of it) are still rendered in the page v…
-
If two courses list each other as a coreq, for the sake of graph traversal, remove one of the relationships from the graph representation to avoid a cycle. Keep the relationship stored on the data sid…
-
In the page http://www.scala-graph.org/guides/core/characteristics.html
you write
> immutable.Graph has no persistent representation yet.
and the same thing in the README. But what is a "persis…
-
We need `falcon-core` to return a graph representation of the database. The implementation should work for SQLite initially. We need to agree on a JSON representation for the graph representation.
…
-
When using keras-nightly which is now a preview of the keras 3.0 to come, tensorboard fails to represent the conceptual graph of a functional keras model.
I know that tensorboard is intended to wor…
nhuet updated
2 months ago
-
Helloc @vtraag,
Leiden seems to be built like Louvain, in the sense that in the process of finding the best partition the nodes within a community are merged into a metanode, before performing agai…
-
### Is this a new feature, an improvement, or a change to existing functionality?
Improvement
### How would you describe the priority of this feature request
High
### Please provide a clear descri…
-
```
from pynauty import *
adjacency_dict = {
0: [1, 2, 3, 4, 5, 6, 7, 8],
1: [0, 9, 10, 11, 12, 13, 14, 15],
2: [0, 16, 17, 18, 19, 20, 21, 22],
3: [0, 23, 24, 25, 26, 27, 2…