cost_matrix_orthogonal_cpp {distantia} | R Documentation |
(C++) Compute Orthogonal Least Cost Matrix from a Distance Matrix
Description
Computes the least cost matrix from a distance matrix.
Usage
cost_matrix_orthogonal_cpp(dist_matrix)
Arguments
dist_matrix |
(required, distance matrix). Output of |
Value
Least cost matrix.
See Also
Other Rcpp_matrix:
cost_matrix_diagonal_cpp()
,
cost_matrix_diagonal_weighted_cpp()
,
distance_ls_cpp()
,
distance_matrix_cpp()
[Package distantia version 2.0.0 Index]