Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
akol67 opened this issue Jul 15, 2021 · 1 comment
Closed

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

akol67 opened this issue Jul 15, 2021 · 1 comment

Comments

@akol67
Copy link

akol67 commented Jul 15, 2021

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
Copy link
Owner

sevamoo commented Jul 31, 2021

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

@sevamoo sevamoo closed this as completed Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants