GetFeatures
API definition |
APP_ERROR GetFeatures(int n, float16_t *features, const idx_t *indices) override; |
|---|---|
Function |
Queries n feature vectors with specified indexes. |
Input |
int n: number of vectors to be obtained. const idx_t *indices: index corresponding to n vectors to be obtained. |
Output |
float16_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: IndexILFlat