First thing, most of this code is legacy MapReduce and is not supported anymore. Hence you r not seeing answers.
Back to ur question: -c specifies the folder for the initial centroids that r randomly generated. IIR, the centroids are generated when u execute the Clustering Driver. On Wed, Apr 27, 2016 at 1:57 PM, Prakash Poudyal <[email protected]> wrote: > Hi! > > I am using fuzzy clustering, but I could not understand " -c > reuters-fkmeans-centroids ". How to calculate this ? > > > $ /bin/mahout fkmeans -i reuters-vectors/tfidf-vectors/ -c > reuters-fkmeans-centroids -o reuters-fkmeans-clusters -cd 1.0 -k 21 -m 2 > -ow -x 10 -dm > org.apache.mahout.common.distance.SquaredEuclideanDistanceMeasure > > -- > > Regards > Prakash Poudyal >
