A set of crates implementing the BIRCH algorithm.
Subcrates:
- borscht -- Core BIRCH algorithm implementation
- borscht-visualizer -- Small tree visualization tool
- test-suite -- Test suite
- datagen -- Random data generator for use with test suite
Still a work in progress. Currently work is mainly around visualizing the generated cluster trees to debug existing implementation. Documentation is sparse and will be improved once the implementation starts to finalize.