tidymodels / tidyclust

A tidy unified interface to clustering models
https://tidyclust.tidymodels.org/
Other
109 stars 17 forks source link

Minimax protoclust method #183

Open instantkaffee opened 5 months ago

instantkaffee commented 5 months ago

The prototype minimax linkage method for hierarchical clustering is a popular method as it resembles nice practical properties:

http://faculty.marshall.usc.edu/jacob-bien/papers/jasa2011minimax.pdf

Its implemented by protoclust R package:

https://cran.r-project.org/web/packages/protoclust/index.html

Request to add method to tidyclust.

IMG_1258