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
Cluster IDs are set randomly by the classifier.
So when running multiple configurations of a PCM, it is complicated to understand the analysis if cluster IDs are changing every time.
A simple solution to this issue is to sort cluster IDs using a metric from the training set, this could be for instance:
thanks @sdat2 for pointing this out !
this could be indeed much more simple to implement and would return sorted clusters by default
let's give this a try
g
Cluster IDs are set randomly by the classifier.
So when running multiple configurations of a PCM, it is complicated to understand the analysis if cluster IDs are changing every time.
A simple solution to this issue is to sort cluster IDs using a metric from the training set, this could be for instance:
This function is available in the Matlab PCM toolbox as a
rename_labels
function and should be implemented within pyXpcm as well.The text was updated successfully, but these errors were encountered: