Graph Algorithms¶
RBAC Requirement
Running graph algorithms requires the Architect or DataEngineer role when RBAC is enabled. See OIDC and RBAC Setup for details.
This section contains the reference documentation for the graph algorithms included in Quine.
| Algorithm | Description |
|---|---|
| Random Walk | Random walks allow us to translate the possibly-infinite dimensions of graph data into a linear string we can feed to graph neural networks. |