Skip to content

Commit 060e6bf

Browse files
committed
Added link to PIC doc from the main clustering md doc
1 parent be659e3 commit 060e6bf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
File renamed without changes.

docs/mllib-clustering.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ a given dataset, the algorithm returns the best clustering result).
3434
* *initializationSteps* determines the number of steps in the k-means\|\| algorithm.
3535
* *epsilon* determines the distance threshold within which we consider k-means to have converged.
3636

37+
[Power Iteration Clustering]{'mllib-clustering-pic.md'} that uses the Power Iteration method combined with KMeans clustering to
38+
cluster points based on a Gaussian measure of the input data pairwise similarity.
39+
3740
### Examples
3841

3942
<div class="codetabs">

0 commit comments

Comments
 (0)