aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-clustering.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ml-clustering.md')
-rw-r--r--docs/ml-clustering.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ml-clustering.md b/docs/ml-clustering.md
index d8b6553c5b..1186fb73d0 100644
--- a/docs/ml-clustering.md
+++ b/docs/ml-clustering.md
@@ -167,6 +167,13 @@ Refer to the [Python API docs](api/python/pyspark.ml.html#pyspark.ml.clustering.
{% include_example python/ml/bisecting_k_means_example.py %}
</div>
+
+<div data-lang="r" markdown="1">
+
+Refer to the [R API docs](api/R/spark.bisectingKmeans.html) for more details.
+
+{% include_example r/ml/bisectingKmeans.R %}
+</div>
</div>
## Gaussian Mixture Model (GMM)