K-Means Algorithm and java code
Posted
by Thandar
on Stack Overflow
See other posts from Stack Overflow
or by Thandar
Published on 2010-04-02T04:44:47Z
Indexed on
2010/04/02
4:53 UTC
Read the original article
Hit count: 252
Hi all, I need to calculate for grouping objects according to their size. I got k-means algorithms in java which calculate mostly for classifying according to their two or more features and the results are not satisfy for me.I only want to calculate for grouping objects based on one feature.Pseudocode or code would be helpful, too. Thanks u all for helping.
© Stack Overflow or respective owner