paultpearson/TDAmapper

Using different clustering method

Closed this issue · 1 comments

What if i have to use DBSCAN clustering algorithm in Mapper , What kind of changes are required.

It looks like you would need to replace using hclust() with the DBSCAN clustering algorithm. There would probably also be other changes. I encourage you to fork the project and incorporate DBSCAN.