Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 293 Bytes

BIRCH

Python implementation of the BIRCH agglomerative clustering algorithm

TODO:
  • Add Phase 2 of BIRCH (scan and rebuild tree) - optional
  • Add Phase 3 of BIRCH (agglomerative hierarchical clustering using existing algo)
  • Add Phase 4 of BIRCH (refine clustering) - optional