mirror of
https://github.com/muesli/kmeans.git
synced 2025-09-27 12:02:37 +08:00
Don't confuse readers with different meanings of 'n'
This commit is contained in:
@@ -5,8 +5,8 @@ k-means clustering algorithm implementation written in Go
|
|||||||
## What It Does
|
## What It Does
|
||||||
|
|
||||||
[k-means clustering](https://en.wikipedia.org/wiki/K-means_clustering) partitions
|
[k-means clustering](https://en.wikipedia.org/wiki/K-means_clustering) partitions
|
||||||
an n-dimensional data set into `k` clusters, where each data point belongs to the
|
a multi-dimensional data set into `k` clusters, where each data point belongs
|
||||||
cluster with the nearest mean, serving as a prototype of the cluster.
|
to the cluster with the nearest mean, serving as a prototype of the cluster.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Reference in New Issue
Block a user