Learn R Programming

miclust (version 1.2.6)

doclusterkmeansnone: Performs K-means without variable selection.

Description

doclusterkmeansnone performs K-means clustering without variable selection.

Usage

doclusterkmeansnone(data, k, metriccent, inertiapower = 1, centpos, initcl)

Arguments

data

internally provided by doclusterkmeans function.

k

internally provided by doclusterkmeans function.

metriccent

internally provided by doclusterkmeans function.

inertiapower

internally provided by doclusterkmeans function.

centpos

internally provided by doclusterkmeans function.

initcl

internally provided by doclusterkmeans function.

Value

internal value to be used by doclusterkmeans function.