Open mbcann01 opened 5 years ago
Part of the issue I'm having is finding an efficient way to weed out false positives from the possible matches. Matches we want to keep are sprinkled all throughout the potential matches results.
It may (or may not) be more efficient to take a good cursory look and then try to indirectly make matches. For example, if we have row 4 and row 50 matched. and we have row 50 and row 87 matched, then automatically match row 4 and row 87.
Currently, fmr_add_unique_id assumes that the fastLink object is correct. However, in reality, we determined that we get more accurate results when we do some manual adjustment to the fastLink results. We need to add in the ability to account for that manual adjustment.