simple_cluster 0.3.0
simple_cluster: ^0.3.0 copied to clipboard
Simple density-based clustering library implemented in Dart. Mainly used for point-based (vector) data.
0.3.0 #
- Null-safety support (thanks to stasgora)
0.2.1 #
- Fixed hierarchical labeling
0.2.0+1 #
- Added missing export
0.2.0 #
- Added Hierarchical clustering
- Moved euclidDistance to common file
0.1.2 #
- Updated License
0.1.1 #
- Updated multiple location for pub.dev health
0.1.0 Initial Release #
- Added DBSCAN clustering