Algorithm 5.
(Associative) SOINN+ Edge deletion
1: set of lifetimes of edges through which the BMU can be reached |
2: percentile of elements in |
3: // (Equation 8) |
4: // (Equation 9) |
5: for all i in Nb do |
6: if LT(b, i) > λedge then |
7: E ← E\{(b, i)} // Remove the edge. |
8: (A-SOINN+): Update , , and |
9: end if |
10: end for |