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 clustering all clients into multiple clusters (>3), the indexes in cluster_indices seem to be incomprehensible.
Should this line cluster_indices_new += [c1, c2] be cluster_indices_new += [idc[c1],idc[ c2]]?
The text was updated successfully, but these errors were encountered:
When clustering all clients into multiple clusters (>3), the indexes in cluster_indices seem to be incomprehensible.
Should this line
cluster_indices_new += [c1, c2]
becluster_indices_new += [idc[c1],idc[ c2]]
?The text was updated successfully, but these errors were encountered: