Learn R Programming

whiboclustering (version 0.1.2)

wc_initialize: General Component for Initialization of Cluster Representatives.

Description

General Component for Initialization of Cluster Representatives.

Usage

wc_initialize(data, k = 3, initialization_type)

Arguments

data

A dataset for which Cluster Representatives needs to be initialized.

k

A number of Cluster Representatives.

initialization_type

String which signal which initialization type to be used. Check wc_init_types for possible values.

Value

As a result initial Cluster Representatives are obtained. Result is in for of data.frame or data.matrix.