[skip e2e] improve annotation (#13965)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
pull/13885/head
Xieql 2021-12-22 17:05:42 +08:00 committed by GitHub
parent 595692c350
commit ac8ae914b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ struct ProductQuantizer {
enum train_type_t {
Train_default,
Train_hot_start, ///< the centroids are already initialized
Train_shared, ///< share dictionary accross PQ segments
Train_shared, ///< share dictionary across PQ segments
Train_hypercube, ///< intialize centroids with nbits-D hypercube
Train_hypercube_pca, ///< intialize centroids with nbits-D hypercube
};