dist_matrix_normalize | R Documentation |
Normalize a distance/similarity matrix.
dist_matrix_normalize(D, to = c(0, 1))
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. |
Normalized matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.