Distance
Python module: cuvs.distance
DISTANCE_NAMES
DISTANCE_TYPES
pairwise_distance
@auto_sync_resources
@auto_convert_output
Compute pairwise distances between X and Y
Valid values for metric: [“euclidean”, “l2”, “l1”, “cityblock”, “inner_product”, “chebyshev”, “canberra”, “lp”, “hellinger”, “jensenshannon”, “kl_divergence”, “russellrao”, “minkowski”, “correlation”, “cosine”]
Parameters
Examples