A pairs predictor should be able to predict a binary result when given a pair, like a classifier, when we would call the predict
function. This could be done by using a threshold and comparing the score of similarity for the pair to this threshold.
TODO:
Also: