Github user jkbradley commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9952#discussion_r46861700
  
    --- Diff: docs/mllib-clustering.md ---
    @@ -718,6 +718,34 @@ sameModel = LDAModel.load(sc, "myModelPath")
     
     </div>
     
    +## Bisecting k-means
    +
    +Bisecting k-means is a kind of [hierarchical 
clustering](https://en.wikipedia.org/wiki/Hierarchical_clustering).
    +Hierarchical clustering is one of the most commonly used  method of 
cluster analysis which seeks to build a hierarchy of clusters.
    +Strategies for hierarchical clustering generally fall into two types:
    --- End diff --
    
    Before this line (which is getting into details), it would be good to give 
a high-level description of the use of bisecting k-means.  E.g., "Bisecting 
K-means can often be much faster than regular K-means, but it will generally 
produce a different clustering."


---
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