Edward J. Yoon created HAMA-821:
-----------------------------------
Summary: K-Means writes only k records as a output
Key: HAMA-821
URL: https://issues.apache.org/jira/browse/HAMA-821
Project: Hama
Issue Type: Bug
Components: machine learning
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Fix For: 0.7.0
KMeans writes only k records, because 276 line at KMeansBSP overwrites the
value for the key. I'm sure it was not intended. I'll fix this..
And, make K-Means example output lines more readable (like mahout):
{code}
13/11/25 17:34:04 INFO kmeans.KMeansBSP: Finished! Writing the results...
[5.1, 3.5, 1.4, 0.2] belongs to cluster 2
[4.9, 3.0, 1.4, 0.2] belongs to cluster 2
[4.7, 3.2, 1.3, 0.2] belongs to cluster 2
[4.6, 3.1, 1.5, 0.2] belongs to cluster 2
[5.0, 3.6, 1.4, 0.2] belongs to cluster 2
....
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)