From 6727e87fb2aee4c83cff3e7b70d4653c5830bea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom-Lucas=20S=C3=A4ger?= <33449313+tlsaeger@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:03:55 +0100 Subject: [PATCH] added KMeans_mouseClustering to examples page --- docs/reference/kmeans.md | 2 ++ 1 file changed, 2 insertions(+) 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