[
https://issues.apache.org/jira/browse/MAHOUT-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff Eastman updated MAHOUT-818:
--------------------------------
Attachment: MAHOUT-818.patch
This patch implements a new Canopy CLI argument which limits the minimum size
of output canopies. Unit tests have been updated and all run.
> Canopy Emits Too Many Trivial Clusters
> --------------------------------------
>
> Key: MAHOUT-818
> URL: https://issues.apache.org/jira/browse/MAHOUT-818
> Project: Mahout
> Issue Type: Improvement
> Components: Clustering
> Affects Versions: 0.5
> Reporter: Jeff Eastman
> Assignee: Jeff Eastman
> Fix For: 0.6
>
> Attachments: MAHOUT-818.patch
>
>
> Users of Canopy clustering report that the single reducer used in the
> mapreduce version often takes dispropportately long to process the results of
> multiple mappers. This patch introduces a new Canopy CLI argument, -cf
> (--clusterFilter), which if present establishes a lower bound on the
> numPoints of canopies output from the algorithm. The default value for this
> filter is 0, and all canopies are output. Setting -cf 1 would eliminate any
> canopies which contain only 1 point from subsequent processing steps.
--
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