Skip to content

Commit

Permalink
Add a comment about the default value of epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 16, 2015
1 parent 2f392e1 commit 4fa409b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private[clustering] trait KMeansParams

/**
* Param the distance threshold within which we've consider centers to have converged.
* If all centers move less than this Euclidean distance, we stop iterating one run.
* If all centers move less than this Euclidean distance, we stop iterating one run. Default: 1e-4
* @group param
*/
final val epsilon = new DoubleParam(this, "epsilon", "distance threshold")
Expand Down

0 comments on commit 4fa409b

Please sign in to comment.