Skip to content

Commit b28c3bc

Browse files
wangmiao1981Felix Cheung
authored andcommitted
[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 <[email protected]> Closes #17805 from wangmiao1981/doc.
1 parent 814a61a commit b28c3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sparkr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ SparkR supports the following machine learning algorithms currently:
497497

498498
#### Clustering
499499

500+
* [`spark.bisectingKmeans`](api/R/spark.bisectingKmeans.html): [`Bisecting k-means`](ml-clustering.html#bisecting-k-means)
500501
* [`spark.gaussianMixture`](api/R/spark.gaussianMixture.html): [`Gaussian Mixture Model (GMM)`](ml-clustering.html#gaussian-mixture-model-gmm)
501502
* [`spark.kmeans`](api/R/spark.kmeans.html): [`K-Means`](ml-clustering.html#k-means)
502503
* [`spark.lda`](api/R/spark.lda.html): [`Latent Dirichlet Allocation (LDA)`](ml-clustering.html#latent-dirichlet-allocation-lda)

0 commit comments

Comments
 (0)