View source: R/matching_distance.R
| build_cost_matrix | R Documentation |
This is the main entry point for distance computation.
build_cost_matrix(
left,
right,
vars,
distance = "euclidean",
weights = NULL,
scale = FALSE
)
Numeric matrix of distances with optional scaling/weights applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.