mil-tokyo / tempura

Machine Learning Library for Sushi
http://mil-tokyo.github.io/tempura/
MIT License
47 stars 2 forks source link

Feature request: Agglomerative hierarchical clustering #53

Open basickarl opened 9 years ago

basickarl commented 9 years ago

Before I say anything I am impressed by the dedication into the modules you guys are creating.

ML in JavaScript is in it's infancy it seems as there are no libraries that provide agglomerative hierarchical clustering AND which is suited for visualization (D3 that is).

There are also currently no dendrograms in D3 that include the ultrametric distance.

(heres a link to D3 dendrogram with incorporated ultrametric distancing) http://www.meccanismocomplesso.org/en/dendrogramma-d3-parte1/ http://www.meccanismocomplesso.org/en/dendrogramma-d3-parte2/ http://www.meccanismocomplesso.org/en/dendrogramma-d3-parte3/

akanehira commented 9 years ago

Thank you for your advice. We are planning to implement such clustering method.

basickarl commented 9 years ago

Brilliant, I look forward to it! I have also added your contribution to the machine-learning list here: https://github.com/josephmisiti/awesome-machine-learning