Public Attributes | |
| KMeansNodeSt ** | childs |
| int * | indices |
| int | level |
| DIST_TYPE | mean_radius |
| DIST_TYPE * | pivot |
| DIST_TYPE | radius |
| int | size |
| DIST_TYPE | variance |
Struture representing a node in the hierarchical k-means tree.
Definition at line 133 of file kmeans_index.h.
| KMeansNodeSt** cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::childs |
Child nodes (only for non-terminal nodes)
Definition at line 157 of file kmeans_index.h.
| int* cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::indices |
Node points (only for terminal nodes)
Definition at line 161 of file kmeans_index.h.
| int cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::level |
Level
Definition at line 165 of file kmeans_index.h.
| DIST_TYPE cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::mean_radius |
The cluster mean radius.
Definition at line 145 of file kmeans_index.h.
| DIST_TYPE* cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::pivot |
The cluster center.
Definition at line 137 of file kmeans_index.h.
| DIST_TYPE cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::radius |
The cluster radius.
Definition at line 141 of file kmeans_index.h.
| int cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::size |
The cluster size (number of points in the cluster)
Definition at line 153 of file kmeans_index.h.
| DIST_TYPE cvflann::KMeansIndex< ELEM_TYPE, DIST_TYPE >::KMeansNodeSt::variance |
The cluster variance.
Definition at line 149 of file kmeans_index.h.