sevamoo / SOMPY

A Python Library for Self Organizing Map (SOM)
Apache License 2.0
535 stars 242 forks source link

w = som.winner(data[x]) #131

Closed akol67 closed 3 years ago

akol67 commented 3 years ago

Dear Sevamoo

The statement above is from MiniSom. w = kohonen coordinates x = index

Do you have a way in your code to produce a list of neurons based on index from original data?

[(7, 3), (7, 0), (43, 30), (8, 4), (43, 30),

This is useful since we can plot neurons according our needs

sevamoo commented 3 years ago

I think this function should give what you are looking for. Best Vahid