aprender 0.29.3

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Iris Clustering - K-Means

📝 **This chapter is under construction.**

This case study demonstrates K-Means clustering on the Iris dataset,
following EXTREME TDD principles.

**Topics covered:**
- K-Means++ initialization
- Lloyd's algorithm iteration
- Cluster assignment
- Silhouette score evaluation

**See also:**
- [What is EXTREME TDD?]../methodology/what-is-extreme-tdd.md
- [Case Study: KMeans Clustering]../examples/kmeans-clustering.md