kppCenters: kpp centers selection

View source: R/assembling.R

kppCentersR Documentation

kpp centers selection

Description

Select the initial centers of centroids by using the k++ approach as suggested in this article: http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf

Usage

kppCenters(data, k)

Arguments

data

The dataset used in the classification

k

The number of groups for the classification

Value

a DataFrame, each row is the center of a cluster

Examples

#This is an internal function, no example provided

geocmeans documentation built on Sept. 12, 2023, 9:06 a.m.