Content deleted Content added
Speng dahl (talk | contribs) No edit summary |
Speng dahl (talk | contribs) No edit summary |
||
Line 30:
=== Rule 2 ===
The second rule deals with the situation where
if max(W(N(n)) == MIN & w_n == MIN
w_n = MAX;
Line 42:
=== Rule 4 ===
The fourth rule resolves the situation where two cluster centers connect in 1-hop neighborhood and need to decide which cluster center should continue its role as cluster center. In accordance of a certain criterion one cluster center remains while the other
if max(W(N(n)) == MAX && w_n == MAX
w_n = randomly choose a node from set (max(W(N(n)),w_n);
|