build_cost_matrix: Build cost matrix for matching

View source: R/matching_distance.R

build_cost_matrixR Documentation

Build cost matrix for matching

Description

This is the main entry point for distance computation.

Usage

build_cost_matrix(
  left,
  right,
  vars,
  distance = "euclidean",
  weights = NULL,
  scale = FALSE
)

Value

Numeric matrix of distances with optional scaling/weights applied.


couplr documentation built on Jan. 20, 2026, 5:07 p.m.