Given a matrix with values for neighborhood influences the function rescales
the matrix in order to get an appropriate weight matrix used for the function ssMRCD.
Usage
rescale_weights(W)
Value
An appropriately scaled weight matrix.
Arguments
W
weight matrix with diagonals equal to zero and at least one positive entry per row.