The genotype of a cell can be interpreted as a binary vector where the \(i\)-th component is 1 if mutation
\(i\) is present in the cell and is 0 otherwise. Then a natural comparison of the similarity between two cells is the
Jaccard index \(J(A,B) = |I(A,B)|/|U(A,B)|\), where \(I(A,B)\) is the intersection of \(A\) and \(B\) and
\(U(A,B)\) is the union. This function estimates the Jaccard index as a function of Euclidean distance between the
cells by randomly sampling \(N\) pairs of cells.