my question was more like how can i generate new centriods based on the predefined points i give, as in my case i know the number of clusters and also few points in each of the cluster.
________________________________ From: Rajesh Nikam <[email protected]> To: [email protected]; sri krishna <[email protected]> Sent: Friday, 1 February 2013 5:07 PM Subject: Re: intial centriods for fuzzy k means algorithm you could use canopy clustering from mahout to initialize centroids. Thanks Rajesh On Fri, Feb 1, 2013 at 4:43 PM, sri krishna <[email protected]> wrote: > Hi, > > > I have sample set of few documents of each cluster(no of clusters known > and also few documents in each cluster are known in advance). How to > initialize the centriods with known documents, so that algorithm runs using > the given data points as centriods in mahout ?
