Frank, thank you for the clean up work, thats very important.
I have a little request, could you create a jira for this and link the commits (= put the jira into the commit message)?
Best, Sebastian On 03/05/2014 10:55 PM, [email protected] wrote:
Author: frankscholten Date: Wed Mar 5 21:55:09 2014 New Revision: 1574687 URL: http://svn.apache.org/r1574687 Log: Fixed javadoc. Modified: mahout/trunk/core/src/main/java/org/apache/mahout/clustering/iterator/ClusterIterator.java Modified: mahout/trunk/core/src/main/java/org/apache/mahout/clustering/iterator/ClusterIterator.java URL: http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/clustering/iterator/ClusterIterator.java?rev=1574687&r1=1574686&r2=1574687&view=diff ============================================================================== --- mahout/trunk/core/src/main/java/org/apache/mahout/clustering/iterator/ClusterIterator.java (original) +++ mahout/trunk/core/src/main/java/org/apache/mahout/clustering/iterator/ClusterIterator.java Wed Mar 5 21:55:09 2014 @@ -42,7 +42,7 @@ import com.google.common.io.Closeables; /** * This is a clustering iterator which works with a set of Vector data and a prior ClusterClassifier which has been * initialized with a set of models. Its implementation is algorithm-neutral and works for any iterative clustering - * algorithm (currently k-means, fuzzy-k-means and Dirichlet) that processes all the input vectors in each iteration. + * algorithm (currently k-means and fuzzy-k-means) that processes all the input vectors in each iteration. * The cluster classifier is configured with a ClusteringPolicy to select the desired clustering algorithm. */ public final class ClusterIterator {
