[ https://issues.apache.org/jira/browse/MAHOUT-984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229904#comment-13229904
]
Saikat Kanjilal commented on MAHOUT-984:
----------------------------------------
so I went through the patch applying process, I tried recompiling the code using mvn package
and this is what I am seeing:
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[96,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[98,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[99,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[101,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[102,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[103,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[104,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[105,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[106,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[107,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[108,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[109,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[110,0]
class, interface, or enum expected
/Applications/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/dirichlet/DirichletClusterMapper.java:[111,0]
class, interface, or enum expected
Thoughts on what I may be missing?
> Refactor Fuzzy K Means Clustering into a separate post process with outlier pruning
> -----------------------------------------------------------------------------------
>
> Key: MAHOUT-984
> URL: https://issues.apache.org/jira/browse/MAHOUT-984
> Project: Mahout
> Issue Type: Sub-task
> Components: Clustering
> Affects Versions: 0.6
> Reporter: Paritosh Ranjan
> Assignee: Paritosh Ranjan
> Labels: clustering
> Fix For: 0.7
>
>
> Use ClusterClassificationDriver to refactor clustering out of FuzzyKMeansDriver with
outlier pruning support.
--
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
|