diff --git a/docs/reference/kmeans.md b/docs/reference/kmeans.md index a68a24bee..67c67c498 100644 --- a/docs/reference/kmeans.md +++ b/docs/reference/kmeans.md @@ -91,9 +91,11 @@ const kmeans = ml5.kmeans(data, ?options, ?callback); **p5.js** * [KMeans_imageSegmentation](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/KMeans/KMeans_imageSegmentation/) +* [KMeans_mouseClustering](https://github.com/ml5js/ml5-library/tree/main/examples/p5js/KMeans/KMeans_mouseClustering) **p5 web editor** * [KMeans_imageSegmentation](https://editor.p5js.org/ml5/sketches/KMeans_imageSegmentation/) +* [KMeans_mouseClustering](https://editor.p5js.org/ml5/sketches/KMeans_mouseClustering) **plain javascript** * coming soon