train
API definition |
void train(Index::idx_t n, const float *x) override |
|---|---|
Function |
Trains AscendIndexIVFSQC. It inherits related APIs in AscendIndex and provides specific implementation. |
Input |
Index::idx_t n: number of feature vectors in the training dataset. const float *x: feature vector data. |
Output |
N/A |
Return value |
N/A |
Restrictions |
|
Parent topic: AscendIndexIVFSQC