Using 0.8 snapshot taken yesterday the output of kmeans clustering is a <IntWritable, WeightedVectorWritable>. In 0.6 it was <IntWritable, WeightedPropertyVectorWritable> and the properties contained among other things the distance from the centroid. As I understand things, this was discovered too late in the 0.7 release to fix. Should I plan to calculate the distance on my own or is this going back into 0.8 any time soon?

Reply via email to