From 9a72b8fc0b3033eafc14a2fda1772437a116e1f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Dec 2023 17:29:16 +0000 Subject: [PATCH] Update PPL Kmeans example (#6010) Fixes #3026 Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> (cherry picked from commit 9dabda8dced7c5d1b473d83ce93c8099e85630e3) Signed-off-by: github-actions[bot] --- _search-plugins/sql/ppl/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_search-plugins/sql/ppl/functions.md b/_search-plugins/sql/ppl/functions.md index 49a546e50a..c746ad23ca 100644 --- a/_search-plugins/sql/ppl/functions.md +++ b/_search-plugins/sql/ppl/functions.md @@ -760,7 +760,7 @@ The example shows how to classify three Iris species (Iris setosa, Iris virginic PPL query: ```sql -os> source=iris_data | fields sepal_length_in_cm, sepal_width_in_cm, petal_length_in_cm, petal_width_in_cm | kmeans 3 +os> source=iris_data | fields sepal_length_in_cm, sepal_width_in_cm, petal_length_in_cm, petal_width_in_cm | kmeans centroids=3 ``` sepal_length_in_cm | sepal_width_in_cm | petal_length_in_cm | petal_width_in_cm | ClusterID