DeleteFeatureByLabel
API定义 |
APP_ERROR DeleteFeatureByLabel(int64_t count, const int64_t *labels); |
---|---|
功能描述 |
批量移除指定Label的特征。 |
输入 |
int64_t count:待移除的特征数量。 const int64_t *labels:特征Label。 |
输出 |
无 |
返回值 |
APP_ERROR:调用返回状态,具体请参见接口调用返回值参考。 |
约束说明 |
|
父主题: AscendIndexTS