Google
Recognion_SearchTree.TAnnShrinkRule Enumeration
Namespace
Pascal
TAnnShrinkRule = (ANN_BD_NONE, ANN_BD_SIMPLE, ANN_BD_CENTROID, ANN_BD_SUGGEST);
File
Members
Members 
Description 
ANN_BD_NONE 
no shrinking at all (just kd-tree) 
ANN_BD_SIMPLE 
simple splitting 
ANN_BD_CENTROID 
centroid splitting 
Description

the authors' suggested choice

Related Information