GetFeatures
API definition |
APP_ERROR GetFeatures(int n, uint16_t *features, const int64_t *indices); |
|---|---|
Function |
Queries n feature vectors with specified indexes. |
Input |
int n: number of base vectors. const int64_t *indices: feature vector index. The length is n. |
Output |
uint16_t *features: feature vector corresponding to an index. The length is n × dim (vector dimension). |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexCluster