setLowerBound
API definition |
void setLowerBound(int lowerBound) |
|---|---|
Function |
Sets the threshold for level-2 clustering. 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 |
0 < lowerBound ≤ 16384 |
Parent topic: AscendIndexIVFSQT