Repository: spark
Updated Branches:
  refs/heads/branch-2.2 ca6c59e7e -> 4a86d8db4


[SPARK-20477][SPARKR][DOC] Document R bisecting k-means in R programming guide

## What changes were proposed in this pull request?

Add hyper link in the SparkR programming guide.

## How was this patch tested?

Build doc and manually check the doc link.

Author: wangmiao1981 <wm...@hotmail.com>

Closes #17805 from wangmiao1981/doc.

(cherry picked from commit b28c3bc2020a6936e4ac4c28d49fd832a952af42)
Signed-off-by: Felix Cheung <felixche...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4a86d8db
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4a86d8db
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4a86d8db

Branch: refs/heads/branch-2.2
Commit: 4a86d8db41829502ddfb3c54de49c874bb054339
Parents: ca6c59e
Author: wangmiao1981 <wm...@hotmail.com>
Authored: Sat Apr 29 10:31:01 2017 -0700
Committer: Felix Cheung <felixche...@apache.org>
Committed: Sat Apr 29 10:31:14 2017 -0700

----------------------------------------------------------------------
 docs/sparkr.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4a86d8db/docs/sparkr.md
----------------------------------------------------------------------
diff --git a/docs/sparkr.md b/docs/sparkr.md
index a16c583..e7f6021 100644
--- a/docs/sparkr.md
+++ b/docs/sparkr.md
@@ -467,6 +467,7 @@ SparkR supports the following machine learning algorithms 
currently:
 
 #### Clustering
 
+* [`spark.bisectingKmeans`](api/R/spark.bisectingKmeans.html): [`Bisecting 
k-means`](ml-clustering.html#bisecting-k-means)
 * [`spark.gaussianMixture`](api/R/spark.gaussianMixture.html): [`Gaussian 
Mixture Model (GMM)`](ml-clustering.html#gaussian-mixture-model-gmm)
 * [`spark.kmeans`](api/R/spark.kmeans.html): 
[`K-Means`](ml-clustering.html#k-means)
 * [`spark.lda`](api/R/spark.lda.html): [`Latent Dirichlet Allocation 
(LDA)`](ml-clustering.html#latent-dirichlet-allocation-lda)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to