Next: Algorithm Running Time
Up: The BioCluct Clustering Algorithm
Previous: Algorithm Idea
Suppose we are given G(V,E) corrupted clique graph, that is
for some clique graph H with -cluster structure. Because H has -cluster structure the maximum number of cliques in H is
.
Figure 12.1:
Algorithm steps are shown schematically.
|
The algorithm will perform the following steps (please refer to figure 12.1):
- 1.
- Uniformly draw
,
such that
;
- 2.
- Uniformly draw
,
such that
;
- 3.
- For each clustering of S0 into m clusters
,
perform:
- (a)
- Extend the clustering
of S0 into a clustering
of
;
- (b)
- Extend the clustering
into a clustering
of V;
- 4.
- Each clustering
of V from the previous step determines a clique graph
C(V, E(C)); from all such clusterings
of V, output the one which minimizes
;
Peer Itsik
2001-02-01