Next: Algorithm Correctness
Up: The BioCluct Clustering Algorithm
Previous: Algorithm Outline
Running time of the algorithm is dominated by the execution of steps 3 and 4:
- Number of possible partitions of S0 into m clusters is
;
- For each partition we perform
operations in step 3.a and
operations in step 3.b, thus the overall running time of step 3 is
;
- For each partition we perform O(n2) operations in step 4, thus the overall running time in step 4 is
;
- The overall running time of the algorithm is
;
Peer Itsik
2001-02-01