The Wayback Machine - https://web.archive.org/web/20201010221627/https://github.com/topics/mapper
Skip to content
#

mapper

Here are 438 public repositories matching this topic...

miltminz
miltminz commented Apr 14, 2020

Test code:

from sklearn.datasets import load_digits
from gtda.homology import CubicalPersistence
from gtda.diagrams import PairwiseDistance

X, _ = load_digits(return_X_y=True) 
nb_samples = 100
CP = CubicalPersistence(homology_dimensions=(0, 1))
X_diag = CP.fit_transform(X[:nb_samples].reshape(nb_samples, 8, 8))
PD = PairwiseDistance(
    metric='bottleneck', metric_params={'delta'

Improve this page

Add a description, image, and links to the mapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mapper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.