Skip to content

Commit 24f438e

Browse files
committed
fixed incorrect markdown in clustering doc
1 parent 060e6bf commit 24f438e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mllib-clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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
37+
[Power Iteration Clustering](mllib-clustering-pic.md) that uses the Power Iteration method combined with KMeans clustering to
3838
cluster points based on a Gaussian measure of the input data pairwise similarity.
3939

4040
### Examples

0 commit comments

Comments
 (0)