Learn R Programming

dynutils (version 1.0.11)

euclidean_distance: These functions will be removed soon

Description

Use calculate_distance() instead.

Usage

euclidean_distance(x, y = NULL)

correlation_distance(x, y = NULL)

Arguments

x

A numeric matrix, dense or sparse.

y

(Optional) a numeric matrix, dense or sparse, with nrow(x) == nrow(y).