I have built a Kohonen Map using the Kohonen library in R. Now I want to label each observation of the Mapping Plot below.
I understand that I can get the nodes coordinates with
som_model$grid$pts
but I'm not interested in the hexagonal nodes coordinates, but the observation coordinates inside the nodes.
Also, I'm not sure how to set the observation label name to these coordinates since I canĀ“t pass a string column throught the Kohonen Map training. I dropped the label name column before training.