Closed fernando-aristizabal closed 1 year ago
Explore alternative pairing functions such as dictionary based pairing function.
Related to #24 and #25.
Explore alternative pairing function based on dictionary of pairing and expected output such as:
{ (c0, b0) : a0, (c0, b1) : a1, (c1, b0) : a2, (c1, b1) : a3, }
where cX represents a unique value in candidate map, bX unique value in benchmark map, and aX unique value in agreement map.
cX
bX
aX
This should be a numba vectorized/jit function for performance.
Pairing dict functionality is currently being supported in pairing_dict branch.
Explore alternative pairing functions such as dictionary based pairing function.
Related to #24 and #25.
Current behavior
Expected behavior
Explore alternative pairing function based on dictionary of pairing and expected output such as:
where
cX
represents a unique value in candidate map,bX
unique value in benchmark map, andaX
unique value in agreement map.This should be a numba vectorized/jit function for performance.