aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-clustering.md
diff options
context:
space:
mode:
authorkrishnakalyan3 <krishnakalyan3@gmail.com>2017-02-03 12:19:47 -0800
committerFelix Cheung <felixcheung@apache.org>2017-02-03 12:19:47 -0800
commit48aafeda7db879491ed36fff89d59ca7ec3136fa (patch)
treec69dbd72d71e3012124b0633f64a7089815e6e44 /docs/ml-clustering.md
parent2f523fa0c930f55a42c4c070efb24f87df33e6c2 (diff)
downloadspark-48aafeda7db879491ed36fff89d59ca7ec3136fa.tar.gz
spark-48aafeda7db879491ed36fff89d59ca7ec3136fa.tar.bz2
spark-48aafeda7db879491ed36fff89d59ca7ec3136fa.zip
[SPARK-19386][SPARKR][DOC] Bisecting k-means in SparkR documentation
## What changes were proposed in this pull request? Update programming guide, example and vignette with Bisecting k-means. Author: krishnakalyan3 <krishnakalyan3@gmail.com> Closes #16767 from krishnakalyan3/bisecting-kmeans.
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)