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
- Host: GitHub
- URL: https://github.com/gorosgobe/clj
- Owner: gorosgobe
- Created: 2017-09-25T16:43:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:59:07.000Z (over 8 years ago)
- Last Synced: 2025-06-20T03:04:13.224Z (12 months ago)
- Topics: classification, classification-algorithm, clustering, decision-trees, java, k-means
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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