gtda.mapper
: Mapper¶
The module gtda.mapper
implements the Mapper algorithm for
topological clustering and visualisation.
Filters¶
|
Projection onto specified columns. |
|
Eccentricities of points in a point cloud or abstract metric space. |
Entropy of rows in a two-dimensional array. |
Covers¶
|
Cover of one-dimensional data coming from open overlapping intervals. |
|
Cover of multi-dimensional data coming from overlapping hypercubes (technically, parallelopipeds) given by taking products of one-dimensional intervals. |
Clustering¶
|
Agglomerative clustering cutting the dendrogram at the first instance of a sufficiently large gap. |
|
Agglomerative clustering with stopping rule given by a histogram-based version of the first gap method, introduced in [1]_. |
Pipeline¶
Construct a MapperPipeline object according to the specified Mapper steps. |
|
Subclass of |
Visualization¶
Plotting function for static Mapper graphs. |
|
Plotting function for interactive Mapper graphs. |
Utilities¶
Wrap a class to add a |
|
|
Construct a transformer from a callable acting on 1D arrays. |