As we know from K-Means after the sample data are clustered in N clusters (each cluster has a centroid vector) not all the data are clustered in the clusters that they belong to! I mean that some data vectors may be clustered in wrong clusters. This means that even in K-Means there is not a 100% precision while clustering. I was wondering if such an "error" occurs also in SOM algorithm. So...after the SOM algorithm converges are there any data samples that do not belong to the node that they are actually put?
I hope my question was clear enough. I look forward to your answer.