This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
PaCMAP Visualization of Topological Entailment Signatures | |
Clean implementation that uses the correct functions from phdim_clustering.py | |
and adds PaCMAP visualization. | |
Uses Euclidean distance for n_neighbours selection inside algorithm, | |
but bray-curtis/cosine on distance matrices for persistence image creation | |
""" | |
import os |