We have two algorithms (simple rule-based) working on labeling the dataset as "Yes" and "No" for a disease. There is no ML involved in this task.
For ex: If Algo 1 says subject 1 has the disease (Yes) and Algo 2 also says subject 1 has the disease (Yes), we consider that the subject has a disease.
What if one Algo 1 says that subject has "No disease" and Algo 2 says that subject "has disease" (Yes).
Here, it is a tie. We don't have any 3rd rule-based algo/human to decide on whether the subject should be treated as "Yes" or "No".
Can experts here suggest me some ways on how can I make a decision here on how to consider a subject as "yes" or "No"? Is there any mathematical/statistical/scientific method available to make this decision?