An open API service indexing awesome lists of open source software.

https://github.com/gorosgobe/clj

Small library for classification and clustering in Java
https://github.com/gorosgobe/clj

classification classification-algorithm clustering decision-trees java k-means

Last synced: 12 months ago
JSON representation

Small library for classification and clustering in Java

Awesome Lists containing this project

README

          

# CLJ
Small library for CLassification and CLustering in Java.

# Features
Current features include decision trees for classification and n-dimensional k-means for clustering.

# On the works
- Better centroid initialisation methods for k-means using the k-means++ and the k-means|| algorithms.
- Decision tree pruning