AddFeatures
API definition |
APP_ERROR AddFeatures(int n, const float16_t *features, const idx_t *indices) override; |
|---|---|
Function |
Inserts n feature vectors with specified indexes into the feature database and modifies a feature vector if it already exists. |
Input |
int n: number of feature vectors to be inserted. const float16_t *features: feature vectors to be inserted. The length is n × dim (vector dimension). const idx_t *indices: index corresponding to a feature vector to be inserted. The valid length is n. |
Output |
N/A |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: IndexILFlat