AlgorithmType
age-schema-client / AlgorithmType
Enumeration: AlgorithmType
Defined in: src/query/algorithms.ts:16
Algorithm type
Enumeration Members
| Enumeration Member | Value | Defined in |
|---|---|---|
SHORTEST_PATH | "shortestPath" | src/query/algorithms.ts:17 |
ALL_SHORTEST_PATHS | "allShortestPaths" | src/query/algorithms.ts:18 |
DIJKSTRA | "dijkstra" | src/query/algorithms.ts:19 |
BETWEENNESS_CENTRALITY | "betweennessCentrality" | src/query/algorithms.ts:20 |
CLOSENESS_CENTRALITY | "closenessCentrality" | src/query/algorithms.ts:21 |
PAGE_RANK | "pageRank" | src/query/algorithms.ts:22 |
COMMUNITY_DETECTION | "communityDetection" | src/query/algorithms.ts:23 |
STRONGLY_CONNECTED_COMPONENTS | "stronglyConnectedComponents" | src/query/algorithms.ts:24 |
WEAKLY_CONNECTED_COMPONENTS | "weaklyConnectedComponents" | src/query/algorithms.ts:25 |
TRIANGLE_COUNT | "triangleCount" | src/query/algorithms.ts:26 |
LABEL_PROPAGATION | "labelPropagation" | src/query/algorithms.ts:27 |
LOUVAIN | "louvain" | src/query/algorithms.ts:28 |