[ https://issues.apache.org/jira/browse/MAHOUT-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216844#comment-13216844 ]
Hudson commented on MAHOUT-929: ------------------------------- Integrated in Mahout-Quality #1368 (See [https://builds.apache.org/job/Mahout-Quality/1368/]) MAHOUT-931, MAHOUT-929. Added emitMostLikely and threshold based outlier removal capability in ClusterClassificationDriver. (Revision 1293874) Result = SUCCESS pranjan : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293874 Files : * /mahout/trunk/core/src/main/java/org/apache/mahout/clustering/classify/ClusterClassificationDriver.java * /mahout/trunk/core/src/test/java/org/apache/mahout/clustering/classify/ClusterClassificationDriverTest.java > Refactor Clustering (Vector Classification) into a Separate Postprocess with > Outlier Pruning > -------------------------------------------------------------------------------------------- > > Key: MAHOUT-929 > URL: https://issues.apache.org/jira/browse/MAHOUT-929 > Project: Mahout > Issue Type: Improvement > Components: Classification, Clustering > Affects Versions: 0.6 > Reporter: Jeff Eastman > Assignee: Paritosh Ranjan > Fix For: 0.7 > > Attachments: Mahout-929, Mahout-929, Mahout-929, Mahout-929 > > > The current clustering drivers have a -cp option to produce clusteredPoints > directory containing the input vectors classified by the final clusters > produced by the algorithm. These options are redundantly implemented in those > drivers. > - Factor out & implement an independent post processor to perform the > classification step independently of the various clustering implementations. > - Implement a pluggable outlier removal capability for this classifier. > - Consider building off of the ClusterClassifier & ClusterIterator ideas. -- 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