setLowerBound
API定义 |
void setLowerBound(int lowerBound); |
---|---|
功能描述 |
设置二级分簇的阈值,默认值为“32”。 若一级分簇桶中元素大于lowerBound则进行二次分簇,否则保留原状。 |
输入 |
int lowerBound:二级分簇的阈值。 |
输出 |
无 |
返回值 |
无 |
约束说明 |
当前版本暂不支持该接口,请勿调用。 |
父主题: AscendIndexIVFSQT
API定义 |
void setLowerBound(int lowerBound); |
---|---|
功能描述 |
设置二级分簇的阈值,默认值为“32”。 若一级分簇桶中元素大于lowerBound则进行二次分簇,否则保留原状。 |
输入 |
int lowerBound:二级分簇的阈值。 |
输出 |
无 |
返回值 |
无 |
约束说明 |
当前版本暂不支持该接口,请勿调用。 |