setMergeThres
API definition |
void setMergeThres(int mergeThres); |
|---|---|
Function |
Sets the threshold for merging sub-buckets. The default value is 5. If the number of elements in a sub-bucket is less than the value of mergeThres after level-2 clustering, elements in the sub-bucket are merged into other sub-buckets. |
Input |
int mergeThres: threshold for merging sub-buckets. |
Output |
N/A |
Return value |
N/A |
Restrictions |
This API is not supported in the current version. Avoid using it. |
Parent topic: AscendIndexIVFSQT