We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I think this function should give what you are looking for. Best Vahid
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: