train
API Definition |
virtual void train(Index::idx_t n, const int8_t *x) |
|---|---|
Function |
Virtual function defined in the base class. For details, see the subclass. |
Input |
Index::idx_t n: number of feature vectors in the training dataset. const int8_t *x: feature vector data. |
Output |
N/A |
Return Value |
N/A |
Restrictions |
N/A |
Parent topic: AscendIndexInt8