Skip to content

Commit

Permalink
Modify the docs of KMeans, according to mllib's KMeans
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 16, 2015
1 parent 2ec80bc commit 978ee2c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ class KMeansModel private[ml] (

/**
* :: Experimental ::
* KMeans API for spark.ml Pipeline.
* K-means clustering with support for multiple parallel runs and a k-means++ like initialization
* mode (the k-means|| algorithm by Bahmani et al). When multiple concurrent runs are requested,
* they are executed together with joint passes over the data for efficiency.
*/
@Experimental
class KMeans(override val uid: String) extends Estimator[KMeansModel] with KMeansParams {
Expand Down

0 comments on commit 978ee2c

Please sign in to comment.