Closed akol67 closed 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
I think this function should give what you are looking for. Best Vahid
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