paultpearson / TDAmapper

(R package) Analyze High-Dimensional Data Using Discrete Morse Theory
Other
73 stars 29 forks source link

Using different clustering method #5

Closed mlnjsh closed 7 years ago

mlnjsh commented 7 years ago

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

paultpearson commented 7 years ago

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.