Distance weight methods
dist_normalize(D, d_max, imp_function, function_d_max = 0.01)
numeric matrix, distance or time values
numeric, threshold for max distance
character, type of distance weights method
numeric, condition for the result of the function(d_max) used to calculate beta (default = 0.01, is considered optimal for the Gaussian function)
matrix, normalized distance or time values
dist_normalize(matrix(10), 10, "gaussian")
#> [,1]
#> [1,] 0.01