dist_matrix_normalize: Normalize a distance/similarity matrix.
Description
Normalize a distance/similarity matrix.
Usage
dist_matrix_normalize(D, to = c(0, 1))
Arguments
D
Distance/similarity matrix
to
An array of two elements c(min_value, max_value) representing
the interval where the elements of dist_matrix will be normalized to.