Github user sethah commented on the issue:

    https://github.com/apache/spark/pull/15342
  
    Looking good. My main concern is that now you can have the following:
    
    ````scala
    scala> model.getK
    res2: Int = 3
    
    scala> model.clusterCenters.length
    res3: Int = 1
    ````
    We could set the model `k` to match the cluster centers length before 
creating the model, during training. We could leave it, but then what does `k` 
mean, if not the number of centers?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to