API定义
AscendIndexHyperParams(const std::string& mode, int expandingFactor);
功能描述
GREAT检索时的超参数结构体。
输入
const std::string& mode:指定算法模式。
int expandingFactor:检索阶段每一层搜索时邻居的数量,注意与构图阶段的expandingFactor区分。
输出
无
参数约束