faskowit / blockmodelTools

tools to use blockmodels for network neuroscience
Other
0 stars 1 forks source link

hungarianMatch is undefined #1

Closed rkruegs123 closed 3 years ago

rkruegs123 commented 3 years ago

Where can I find the hungarianMatch function?

faskowit commented 3 years ago

You'll need two functions added to your path:

hungarianMatch (either rename... or change the code to this function name) -> https://github.com/ThomasYeoLab/CBIG/blob/master/utilities/matlab/parcellation/CBIG_HungarianClusterMatch.m

Which uses the munkres function -> https://www.mathworks.com/matlabcentral/fileexchange/20652-hungarian-algorithm-for-linear-assignment-problems-v2-3

rkruegs123 commented 3 years ago

Thank you!