mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
[skip e2e] improve annotation (#14074)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
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
Block a user