Source Code for Greedy Aggolomerative Clustering Algorithm
807580Mar 21 2010 — edited Mar 22 2010Greedy 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.