Learn R Programming

miclust (version 1.2.8)

doclusterkmeansforwardhc: Performs K-means with forward selection.

Description

doclusterkmeansforwardhc performs K-means clustering with forward variable selection (option hc).

Usage

doclusterkmeansforwardhc(
  data,
  k,
  metriccent,
  inertiapower = 1,
  maxvars,
  centpos
)

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.

maxvars

internally provided by doclusterkmeans function.

centpos

internally provided by doclusterkmeans function.

Value

internal value to be used by doclusterkmeans function.