Sunday, 8 September 2013

k-Means implementation in Hadoop mapreduce (Java)

k-Means implementation in Hadoop mapreduce (Java)

I am trying to implement k-means algorithm in mapreduce with small set of
data.I want to study how to program mapreduce code. I know how k-means
clustering works(euclidiean dist). But no idea ,how to start.
Can any one help me with related links or the complete implementation of
k-means.

No comments:

Post a Comment