mirror of
https://github.com/muesli/kmeans.git
synced 2025-09-26 19:51:27 +08:00
Added clues when to use k-means to README
This commit is contained in:
@@ -10,6 +10,12 @@ to the cluster with the nearest mean, serving as a prototype of the cluster.
|
||||
|
||||

|
||||
|
||||
## When Should I Use It?
|
||||
|
||||
- When you have numeric, multi-dimensional data sets
|
||||
- You don't have labels for your data
|
||||
- You know exactly how many clusters you want to partition your data into
|
||||
|
||||
## Example
|
||||
|
||||
```go
|
||||
|
Reference in New Issue
Block a user