maxfuse.match_utils
Utility functions for matching
Functions
Make a potentially multiple-to-multiple matching to an one-to-one matching according to order. |
|
Assume the features of arr1 and arr2 are column-wise directly comparable, obtain a matching by minimizing the correlation distance between arr1 and arr2. |
|
Refinement of init_matching. |
|
Run one iteration of CCA refinement. |
|
Get matching between arr1 and arr2 using linear assignment, the distance is 1 - Pearson correlation. |