FindClustersGivenCenters: Find cluster assignments given centers and distance matrix

Description Usage Arguments Value

View source: R/FindClustersGivenCenters.R

Description

Find cluster assignments from given centers and distance matrix. Each point is assigned to the center that has the shortest Euclidean distance.

Usage

1
FindClustersGivenCenters(distm, centers)

Arguments

distm

distance matrix

centers

vector of integers that gives the indices of centers. Duplications will be silently dropped.

Value

Cluster assignments. A vector of the same length as the number of observations.


ADPclust documentation built on May 2, 2019, 9:23 a.m.