Learn R Programming

couplr (version 1.0.10)

compute_distance_matrix: Compute pairwise distance matrix

Description

Compute pairwise distance matrix

Usage

compute_distance_matrix(left_mat, right_mat, distance = "euclidean")

Arguments

Value

Numeric matrix of pairwise distances (n_left x n_right).