compare_distances: Compare Distance Methods

View source: R/unsupervised-distance.R

compare_distancesR Documentation

Compare Distance Methods

Description

Compute distances using multiple methods for comparison

Usage

compare_distances(data, methods = c("euclidean", "manhattan", "maximum"))

Arguments

data

A data frame or tibble

methods

Character vector of methods to compare

Value

A list of dist objects named by method


tidylearn documentation built on Feb. 6, 2026, 5:07 p.m.