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
I have found a problem related to the find_cluster function. When finding the cluster for each categories separately, the function test if the number of ROIs is higher than 2 and if not it converts all the dataframe columns to noise:
This is problematic as it converts all the dataframe to noise even if some categories were containing more than 3 ROIs before. Consequently, it is needed to modify the lines 304 and 305 with the following lines of code:
I have found a problem related to the
find_cluster
function. When finding the cluster for each categories separately, the function test if the number of ROIs is higher than 2 and if not it converts all the dataframe columns to noise:This is problematic as it converts all the dataframe to noise even if some categories were containing more than 3 ROIs before. Consequently, it is needed to modify the lines
304
and305
with the following lines of code:The text was updated successfully, but these errors were encountered: