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

bug with calculate bmus in last step on train ( sompy.py ) #103

Open
Dizzman opened this issue Mar 15, 2019 · 1 comment
Open

bug with calculate bmus in last step on train ( sompy.py ) #103

Dizzman opened this issue Mar 15, 2019 · 1 comment

Comments

@Dizzman
Copy link

Dizzman commented Mar 15, 2019

logging.info(" Final quantization error: %f" % np.mean(self._bmu[1]))
self._bmu not updated!

need add before logging.info(" Final quantization error: %f" % np.mean(self._bmu[1]))
this self._bmu=self.find_bmu(self._data)

@Dizzman Dizzman changed the title bug with calculate bmus in sompy.py bug with calculate bmus in last step on train ( sompy.py ) Mar 15, 2019
@dfhssilva
Copy link
Contributor

Duplicate of #83

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