Skip to main content
. 2021 Jul 1;15:669534. doi: 10.3389/fnbot.2021.669534

Algorithm 3.

(Associative) SOINN+ Node Merging

1: WT(b) ← WT(b) + 1
2: (A-SOINN+): wbwb+ϵb·x(t)-wbWT(b)    // Update BMU's weight vector (Equation 3).
3: for i in Nb do
4:      wiwi+ϵn·x(t)-wiWT(i)    // Update the neighbors of b (Equation 4).
5: end for
6: IT(b) ← 0    // Set the idle time of the BMU to zero.