mljs / ml

Machine learning tools in JavaScript
MIT License
2.63k stars 209 forks source link

Proposition of a new module: clustering quality evaluation #164

Open Robzzson opened 4 years ago

Robzzson commented 4 years ago

First of all big Thank You for great ml-kmeans and ml-hclust packages! Unfortunately clustering does not mean much without proper evaluation of clustering quality. There's been many metrics developed specially for this purpose and one of them is Silhouette Coefficient. I implemented SC function in JavaScript and I'm wondering if you'd be interested in incorporating it into ml-js? I'm also thinking of developing other clustering quality metrics (e.g. Davies–Bouldin index) in the near future.

Robzzson commented 4 years ago

@targos ping 😉

maasencioh commented 4 years ago

Hello @Robzzson we are going to start this repo, as soon as we have something interesting we can discuss ideas 👍

maasencioh commented 4 years ago

@ndmoncadam this is the issue