setLowerBound

API definition

void setLowerBound(int lowerBound);

Function

Sets the threshold for level-2 clustering. The default value is 32.

If the number of elements in the level-1 clustering bucket is greater than the value of lowerBound, perform a level-2 clustering. Otherwise, retain the original value.

Input

int lowerBound: threshold for level-2 clustering

Output

N/A

Return value

N/A

Restrictions

This API is not supported in the current version. Avoid using it.