API Reference#
The API reference gives an overview of TopoNetX, which consists of several modules:
classesimplements the topological domains, e.g.,SimplicialComplex,CellComplex,CombinatorialComplex.datasetsimplements utilities to load small datasets on topological domains.transformimplements functions to transform the topological domain that supports a dataset, effectively โliftingโ the dataset onto another domain.algorithmsimplements signal processing techniques on topological domains, such as the eigendecomposition of a laplacian.generatorsimplements functions to generate random topological domains.readwriteimplements functions to read and write topological domains from and to disk.
Packages & Modules
- Classes
- Datasets
- Transform
- Algorithms
connected_component_subcomplexes()connected_components()s_component_subcomplexes()s_connected_components()cell_diameter()cell_diameters()diameter()node_diameters()cell_distance()distance()cell_complex_adjacency_spectrum()cell_complex_hodge_laplacian_spectrum()combinatorial_complex_adjacency_spectrum()hodge_laplacian_eigenvectors()laplacian_beltrami_eigenvectors()laplacian_spectrum()set_hodge_laplacian_eigenvector_attrs()simplicial_complex_adjacency_spectrum()simplicial_complex_hodge_laplacian_spectrum()
- Generators
- Read-Write