Construct an adjacency matrix from the (distance) scores and a given threshold.
getAdjacencyMatrix(distanceMatrix, cutOff)A Matrix::Matrix() containing (distance) scores
between 0 and 1.
Numeric value, indicating for which pair of entries in the
distanceMatrix a 1 should be inserted in the adjacency
matrix. A 1 is inserted when for each entry in the matrix #
that is smaller or equal to the cutOff value.
A Matrix::Matrix() of adjacency status