Algorithm 13 computeInterClusters. |
Input:
Output:
|
-
1:
for to z
do
-
2:
compute cluster centroids for and as in Equation (11)
-
3:
end for
-
4:
for to z
do
-
5:
// Algorithm 8
-
6:
//Algorithm 9
-
7:
//Algorithm 10
-
8:
//Algorithm 11
-
9:
//Algorithm 12
-
10:
compute merged cluster centroids for and as in Equation (11)
-
11:
end for
|