#include <cluster.h>

Public Attributes | |
| int16_t | SampleSize |
| PARAM_DESC * | ParamDesc |
| int32_t | NumberOfSamples |
| KDTREE * | KDTree |
| CLUSTER * | Root |
| LIST | ProtoList |
| int32_t | NumChar |
| BUCKETS * | bucket_cache [DISTRIBUTION_COUNT][39+1 - 5] |
| BUCKETS* CLUSTERER::bucket_cache[DISTRIBUTION_COUNT][39+1 - 5] |
| KDTREE* CLUSTERER::KDTree |
| int32_t CLUSTERER::NumberOfSamples |
| int32_t CLUSTERER::NumChar |
| PARAM_DESC* CLUSTERER::ParamDesc |
| LIST CLUSTERER::ProtoList |
| CLUSTER* CLUSTERER::Root |
| int16_t CLUSTERER::SampleSize |