Definition: r = # of rows in each band. Note that r * b = the number of rows in M.
8
表达式9: "r" equals 18r=18
11
100100
9
Definition: t is the threshold for determining similarity (Jaccard/IOU, etc.). If the similarity between two pairs is above t, they are "similar;" otherwise they are different.
10
表达式11: "t" equals 0.7 3t=0.73
00
11
11
This folder contains spooky plotting code. Black vertical line = threshold. Blue shaded area = false positives (we classify it as similar, but it is dissimilar). Orange area = false negatives (we think it is dissimilar, but it is similar.)