You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org> on 2012/03/31 20:16:28 UTC

[jira] [Commented] (MAHOUT-989) Convert fuzzy-K-means buildClusters to use new ClusterIterator

    [ https://issues.apache.org/jira/browse/MAHOUT-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13243253#comment-13243253 ] 

jiraposter@reviews.apache.org commented on MAHOUT-989:
------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4598/
-----------------------------------------------------------

Review request for mahout.


Summary
-------

MAHOUT-989. Refactored FuzzyKMeans buildClusters phase to use FuzzyKMeansClusteringPolicy and ClusterIterator. Removed FuzzyKMeansReducer, FuzzyKMeansMapper, FuzzyKMeansCombiner and their Junit Tests.


This addresses bug MAHOUT-989.
    https://issues.apache.org/jira/browse/MAHOUT-989


Diffs
-----

  trunk/core/src/main/java/org/apache/mahout/clustering/fuzzykmeans/FuzzyKMeansClusterer.java 1307457 
  trunk/core/src/main/java/org/apache/mahout/clustering/fuzzykmeans/FuzzyKMeansCombiner.java 1307457 
  trunk/core/src/main/java/org/apache/mahout/clustering/fuzzykmeans/FuzzyKMeansDriver.java 1307859 
  trunk/core/src/main/java/org/apache/mahout/clustering/fuzzykmeans/FuzzyKMeansMapper.java 1307457 
  trunk/core/src/main/java/org/apache/mahout/clustering/fuzzykmeans/FuzzyKMeansReducer.java 1307457 
  trunk/core/src/main/java/org/apache/mahout/clustering/fuzzykmeans/FuzzyKMeansUtil.java 1307457 
  trunk/core/src/test/java/org/apache/mahout/clustering/fuzzykmeans/TestFuzzyKmeansClustering.java 1307859 

Diff: https://reviews.apache.org/r/4598/diff


Testing
-------

All Junit Tests pass.


Thanks,

Paritosh


                
> Convert fuzzy-K-means buildClusters to use new ClusterIterator
> --------------------------------------------------------------
>
>                 Key: MAHOUT-989
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-989
>             Project: Mahout
>          Issue Type: Sub-task
>          Components: Clustering
>    Affects Versions: 0.6
>            Reporter: Jeff Eastman
>            Assignee: Paritosh Ranjan
>             Fix For: 0.7
>
>
> Refactor the current fuzzy-K-means implementation to use the ClusterIterator/Classifier implementation. This will replace the mapper, combiner, reducer, clusterer and many unit tests but will not modify the other driver APIs, thus retaining compatibility with existing CLI.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira