mirror of https://github.com/milvus-io/milvus.git
[skip e2e] improve annotation (#13965)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/13885/head
parent
595692c350
commit
ac8ae914b4
|
@ -38,7 +38,7 @@ struct ProductQuantizer {
|
||||||
enum train_type_t {
|
enum train_type_t {
|
||||||
Train_default,
|
Train_default,
|
||||||
Train_hot_start, ///< the centroids are already initialized
|
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, ///< intialize centroids with nbits-D hypercube
|
||||||
Train_hypercube_pca, ///< intialize centroids with nbits-D hypercube
|
Train_hypercube_pca, ///< intialize centroids with nbits-D hypercube
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue