For each distance we should check that either (i) netrd is the only public implementation of the distance, or (ii) that netrd's implementation of the distance produces similar outputs given the same inputs. We've done this for a bunch of them already, typically when originally implementing the distance, but we should make this process more explicit so that we don't accidentally overlook one.
I'll start by checking off the ones I think are novel; I'm reasonably certain that there are more we know are validated.
For each distance we should check that either (i)
netrdis the only public implementation of the distance, or (ii) thatnetrd's implementation of the distance produces similar outputs given the same inputs. We've done this for a bunch of them already, typically when originally implementing the distance, but we should make this process more explicit so that we don't accidentally overlook one.I'll start by checking off the ones I think are novel; I'm reasonably certain that there are more we know are validated.