setMergeThres

API definition

void setMergeThres(int mergeThres)

Function

Sets the threshold for merging sub-buckets.

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

mergeThres > 0