On Wed, Oct 1, 2008 at 8:05 AM, Palleti, Pallavi < [EMAIL PROTECTED]> wrote:
> ... > But, in the current implementation of fuzzy k-means or k-means, we are > implicitly assuming that a point goes thru combiner exactly once. Because, > we have different kind of interpretation of the data outputted by combiner > or mapper. This is just a bug, not an algorithm limitation. Changing the mapper to output in the correct format will fix the matter.
