I need to write a code that determines the clusters from the table. From the table above, I would get four clusters. Cluster#1 would have 5 elements. Cluster#2 would have 3 elements. Cluster 3 and 4 would have 1 element each. I would like to stores these elements of each cluster in the form below
$cluster_60[element]{cluster#}
After after adding all the elements to each cluster, then the following could be obtained
$cluster_60[0]{3} = 9I need some sort of hierarchial/single-linkage algorithm, but I can't find exactly what I need.
In reply to Re^2: Pair-Wise Clustering
by cutcopy11
in thread Pair-Wise Clustering
by cutcopy11
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |