| Signature | Description | Public Member Functions |
|---|---|---|
template<typename T> class CFTree; |
CFTree, a Clustering Feature (CF) tree is a height-balanced, compact data structure used in the BIRCH clustering algorithm to efficiently summarize large datasets. It enables incremental clustering by storing summarized statistical data (number of points, linear sum, and squared sum) in leaf nodes, which are defined by a branching factor and a maximum threshold. T: CFTree data type |
CFTree Header File |