You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by fe...@apache.org on 2017/04/29 17:31:07 UTC

spark git commit: [SPARK-20477][SPARKR][DOC] Document R bisecting k-means in R programming guide

Repository: spark
Updated Branches:
  refs/heads/master 814a61a86 -> b28c3bc20


[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.


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

Branch: refs/heads/master
Commit: b28c3bc2020a6936e4ac4c28d49fd832a952af42
Parents: 814a61a
Author: wangmiao1981 <wm...@hotmail.com>
Authored: Sat Apr 29 10:31:01 2017 -0700
Committer: Felix Cheung <fe...@apache.org>
Committed: Sat Apr 29 10:31:01 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/b28c3bc2/docs/sparkr.md
----------------------------------------------------------------------
diff --git a/docs/sparkr.md b/docs/sparkr.md
index c85cfd4..16b1ef6 100644
--- a/docs/sparkr.md
+++ b/docs/sparkr.md
@@ -497,6 +497,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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org