Assume a record linkage system has compared two records, resulting in the following similarity vector: s = [0.72, 0.5, 0.24, 0.89, 0.46, 0.77, 0.6, 0.91]
where the following weight vector is being used for a weighted threshold classification:
w = [1.0, 1.0, 2.0, 1.0, 3.0, 1.0, 2.0, 1.0]
Given a threshold based similarity classifier that is applied on the weighted summed similarities that has two thresholds:
t_u (upper) = 7.5
t_l (lower) = 6.5
Which of the following is correct.
Select one: