setLowerBound
API定义 |
void setLowerBound(int lowerBound) |
---|---|
功能描述 |
设置二级分簇的阈值。 若一级分簇桶中元素大于lowerBound则进行二次分簇,否则保留原状。 |
输入 |
int lowerBound:二级分簇的阈值。 |
输出 |
无 |
返回值 |
无 |
约束说明 |
0 < lowerBound ≤ 16384 |
父主题: AscendIndexIVFSQT