Directories
¶
| Path | Synopsis |
|---|---|
|
Package algo holds the whole-graph metrics of the graph analytics engine (ADR-0229 §SD3): degrees, breadth-first distances, connected and strongly connected components, PageRank, k-core decomposition, triangle counting, betweenness centrality and maximal cliques — and, over a distance-weighted graph, HDBSCAN (ADR-0230 §SD3).
|
Package algo holds the whole-graph metrics of the graph analytics engine (ADR-0229 §SD3): degrees, breadth-first distances, connected and strongly connected components, PageRank, k-core decomposition, triangle counting, betweenness centrality and maximal cliques — and, over a distance-weighted graph, HDBSCAN (ADR-0230 §SD3). |
|
Package csr is the one adjacency container of the graph analytics engine (ADR-0229 §SD1): vertex ids mapped to dense slots, forward and reverse adjacency as offset and target arrays, neighbours sorted by id within each row, built once per topology by counting sort.
|
Package csr is the one adjacency container of the graph analytics engine (ADR-0229 §SD1): vertex ids mapped to dense slots, forward and reverse adjacency as offset and target arrays, neighbours sorted by id within each row, built once per topology by counting sort. |
|
Package engine is the iteration layer of the graph analytics engine (ADR-0229 §SD2): a frontier (Subset) kept sparse or dense, an edge map whose direction is chosen per sweep, and chunked parallelism whose result is bit-identical to the serial one.
|
Package engine is the iteration layer of the graph analytics engine (ADR-0229 §SD2): a frontier (Subset) kept sparse or dense, an edge map whose direction is chosen per sweep, and chunked parallelism whose result is bit-identical to the serial one. |
|
Package knn is the neighbour-graph producer of the graph analytics engine (ADR-0230 §SD1): a feature matrix in, a weighted undirected github.com/stergiotis/boxer/public/analytics/graph/csr.Graph out.
|
Package knn is the neighbour-graph producer of the graph analytics engine (ADR-0230 §SD1): a feature matrix in, a weighted undirected github.com/stergiotis/boxer/public/analytics/graph/csr.Graph out. |
Click to show internal directories.
Click to hide internal directories.