As detailed in the project description paper https://dspace.mit.edu/handle/1721.1/127410, it is more helpful for foreign key detection to include all possible foreign key pairs and their scores, instead of doing a simple thresholding. However, in the current version, the score field is not utilized by column map detection, and all is equivalent to a fixed thresholding.
As detailed in the project description paper https://dspace.mit.edu/handle/1721.1/127410, it is more helpful for
foreign key detectionto include all possible foreign key pairs and their scores, instead of doing a simple thresholding. However, in the current version, the score field is not utilized bycolumn map detection, and all is equivalent to a fixed thresholding.