You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use som_stats to get statistics across clusters, it returns NaN for some clusters, although there are hits in those clusters and would be good to have numbers for them.
Attached is an example with Iris data.
I tried to correct som_stats by changing row 174 into
if nargin<2 || isempty(bins) || sum(isnan(bins))>0,
but it does not help.
would appreciate your help with that.
The text was updated successfully, but these errors were encountered:
Hi,
When I use som_stats to get statistics across clusters, it returns NaN for some clusters, although there are hits in those clusters and would be good to have numbers for them.
Attached is an example with Iris data.
I tried to correct som_stats by changing row 174 into
if nargin<2 || isempty(bins) || sum(isnan(bins))>0,
but it does not help.
would appreciate your help with that.
The text was updated successfully, but these errors were encountered: