I released a new version of HorseML. I’m developing this package as ML package with which you can use many algorithms easily.
I’ve added some algorithms of Clustering to this package. The added algorithms is:
- Xmeans
- DBSCAN
- HDBSCAN
These algorithms enable parameter-free clustering and clustering of datasets that Kmeans or GMM cannot.
parameter-free clustering:
For more detailes, please see the docs.