Learn R Programming

miclust (version 1.2.8)

euclidean: Computes euclidean distance.

Description

euclidean computes the euclidean distance from data to centers.

Usage

euclidean(x, centers)

Arguments

x

internally provided by miclust function.

centers

internally provided by miclust function.

Value

internal value to be used by miclust function.