euclidean {miclust}R Documentation

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.


[Package miclust version 1.2.8 Index]