sevamoo / SOMPY

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

calculate_topographic_error bug #122

Closed jeanvahe closed 3 years ago

jeanvahe commented 4 years ago

Below calling find_bmu, the paramter data should be normalized data, need change data_raw to _data.

    bmus1 = self.find_bmu(self.data_raw, njb=1, nth=1)
    bmus2 = self.find_bmu(self.data_raw, njb=1, nth=2)
sevamoo commented 3 years ago

Thanks and sorry for the very late reply. Could you please, send this on a pull request? Best Vahid