Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Source Code for Greedy Aggolomerative Clustering Algorithm

807580Mar 21 2010 — edited Mar 22 2010
Greedy Clustering Algorithm is a bottom up Clustring algorithm. It starts with every data point as a cluster and merges the clusters that are closest to each other until the number of clusters reduces to the desired no. of clusters. Can somebody give me the source code in java for this clustering algorithm.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2010
Added on Mar 21 2010
3 comments
291 views