gtda.graphs
: Graphs¶
The module gtda.graphs
implements transformers to create graphs or
extract metric spaces from graphs.
Graph creation¶
|
Undirected transition graphs from arrays of time-evolving states. |
|
Adjacency matrices of \(k\)-nearest neighbor graphs. |
Graph processing¶
|
Distance matrices arising from geodesic distances on graphs. |