Clusterer trait and adapter implementations: AhcClusterer and NmeScClusterer.
Provides a unified interface over agglomerative and spectral clustering
backends.
- ---
- -
-
```bash
cargo test --lib clusterer
cargo test --lib clusterer --features spectral
cargo test --test clusterer_test --features spectral
```
-