Research Article

Clustering Ensemble Model Based on Self-Organizing Map Network

Algorithm 1

Learning rule of SOM network.
Input: , k , , t
Initialize
While iteration times < t do
 for all do
   find the closest SOM node
  update weight vector
 for all do
 update neighbor nodes’ weight vector
  end for
 end for
end while