addCodeBook
API definition |
void addCodeBook(const char *codeBookPath); |
|---|---|
Function |
Adds a trained codebook. |
Input |
const char *codeBookPath: codebook path. |
Output |
N/A |
Return value |
N/A |
Restrictions |
codeBookPath corresponding to the codebook file obtained by calling the trainCodeBook method. The program execution user has the read permission on the file, and the file cannot be a soft link. |
Parent topic: AscendIndexIVFSP