I have some enqueries to fully understand how SOM maps work, if you check this SOM map:
1 - Why there are some points in the map that doesn’t have any label (A, B or C)?
2 - I understand that in each node there are more than 1 elements. How many elements of a type must be in node to see its label in in the map?
3 - What is the meaning of the gray colors? Does black mean that there are a lot of points that match that cell? Or does it mean that there is a big distance between that cell and the near one?
4 - Why there is not any label (A, B or C) in any black cell? I realized later than this map is of size 10 x 5, and the labels can only be located at the points. Is that correct?
Thank you in advance!!