-
Notifications
You must be signed in to change notification settings - Fork 22
Tune Command
Elliot Chance edited this page Apr 18, 2020
·
1 revision
The tune
command is used to calculate the ideal weights and similarities for the main gedcom package.
It works by comparing two GEDCOM files that are mostly the same, but must have the same pointers for individuals. It uses tries to calculate the best values that would lead the Similarity functions to the highest number of matches (which are confirmed by the individual pointers).
The process works like this:
- Load the two GEDCOM files.
- Set predefined or random values for weightings.
- Match the two files. One point is awarded to a successful match and one point is removed for each unsuccessful match.
- Steps 2 and 3 are repeated many more times with different weightings.
- The weighting values that scored the highest points are returned.