You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2009/12/11 13:16:18 UTC

[jira] Resolved: (MAHOUT-54) parallelize k-means sharing the predominance of canopies

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

Sean Owen resolved MAHOUT-54.
-----------------------------

    Resolution: Won't Fix

It appears this one has been inactive for over a year and the patch as submitted was not agreed upon as something commitable.

> parallelize k-means sharing the predominance of canopies
> --------------------------------------------------------
>
>                 Key: MAHOUT-54
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-54
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Clustering
>    Affects Versions: 0.1
>         Environment: OS Independent
>            Reporter: Min Zhou
>         Attachments: canopykeams.patch
>
>
> The implementation of mahout at present only using canopy algorithm creating initial cluster centroids for k-means.  It will calculate the distance from  each center to every point while iterating. But  the most import improvement of canopies is that needs only calculating the distance from each  center to a much smaller number of points which exists in the same canopy.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.