[ https://issues.apache.org/jira/browse/MAHOUT-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837848#action_12837848 ]
Robin Anil edited comment on MAHOUT-307 at 2/24/10 4:24 PM: ------------------------------------------------------------ In Memory Implementations Complete with tests. all of them have the same signature to cluster in-Memory XYZClustering.clusterPoints(List<Vector>, ...); was (Author: robinanil): In Memory Implementations Complete with tests. all of them have the same signature to cluster in-Memory XYZClustering.clusterPoint(...); > Move Reference Clustering implementations to core > ------------------------------------------------- > > Key: MAHOUT-307 > URL: https://issues.apache.org/jira/browse/MAHOUT-307 > Project: Mahout > Issue Type: Improvement > Affects Versions: 0.4 > Reporter: Robin Anil > Assignee: Robin Anil > Fix For: 0.4 > > Attachments: MAHOUT-307.patch > > > Current Reference K-Means, FuzzyK, Canopy etc are having duplicate code in > examples and in tests. > * Idea is to move everything to the Clusterer class and reuse it. > * It can also serve as in-memory implementation -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.