scikit-tda / kepler-mapper

Kepler Mapper: A flexible Python implementation of the Mapper algorithm.
https://kepler-mapper.scikit-tda.org
MIT License
629 stars 182 forks source link

Allow Kmapper to take in list of clusterers #246

Open justin5927 opened 1 year ago

justin5927 commented 1 year ago

Currently only one clusterer can be inputted and it is applied to all of the slices equally. Our proposed change allows for a list of clusterers to be inputted so that a different clusterer (method or parameter change) can be applied to each slice. This change still allows for a single clusterer to be inputted as well.

Please let us know any thoughts on this type of the methodology for clustering on each slice.