mirror of https://github.com/milvus-io/milvus.git
[skip e2e] improve annotation (#14074)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/14080/head
parent
b5cdb23ad3
commit
18c0ff116b
|
@ -11,7 +11,7 @@ Hopefully, changing to another type of scheduler should be quite straightforward
|
|||
|
||||
## Distributed k-means
|
||||
|
||||
To cluster 500M vectors to 10M centroids, it is useful to have a distriubuted k-means implementation.
|
||||
To cluster 500M vectors to 10M centroids, it is useful to have a distributed k-means implementation.
|
||||
The distribution simply consists in splitting the training vectors across machines (servers) and have them do the assignment.
|
||||
The master/client then synthesizes the results and updates the centroids.
|
||||
|
||||
|
|
Loading…
Reference in New Issue