RemoveFeatures
API定义  | 
APP_ERROR RemoveFeatures(int n, const idx_t *indices) override;  | 
|---|---|
功能描述  | 
删除向量库中“n”个指定下标索引的特征向量。  | 
输入  | 
int n:删除特征向量数目。 const idx_t *indices:特征向量对应的下标索引,长度为n。  | 
输出  | 
无  | 
返回值  | 
APP_ERROR:调用返回状态,具体请参见接口调用返回值参考。  | 
约束说明  | 
  | 
父主题: IndexILFlat