You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/01/21 17:26:40 UTC

[jira] [Resolved] (SPARK-6137) G-Means clustering algorithm implementation

     [ https://issues.apache.org/jira/browse/SPARK-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-6137.
------------------------------
    Resolution: Won't Fix

> G-Means clustering algorithm implementation
> -------------------------------------------
>
>                 Key: SPARK-6137
>                 URL: https://issues.apache.org/jira/browse/SPARK-6137
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib
>            Reporter: Denis Dus
>            Priority: Minor
>              Labels: clustering
>
> Will it be useful to implement G-Means clustering algorithm based on K-Means?
> G-means is a powerful extension of k-means, which uses test of cluster data normality to decide if it necessary to split current cluster into new two. It's relative complexity (compared to k-Means) is O(K), where K is maximum number of clusters. 
> The original paper is by Greg Hamerly and Charles Elkan from University of California:
> [http://papers.nips.cc/paper/2526-learning-the-k-in-k-means.pdf]
> I also have a small prototype of this algorithm written in R (if anyone is interested in it).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org