doclusterkmeansforward: Performs K-means with forward selection.

Description Usage Arguments Value

View source: R/doclusterkmeansforward.R

Description

doclusterkmeansforward performs K-means clustering with forward variable selection.

Usage

1
2
3
4
5
6
7
8
9
doclusterkmeansforward(
  data,
  k,
  metriccent,
  inertiapower = 1,
  maxvars,
  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.

maxvars

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.


miclust documentation built on Feb. 8, 2022, 1:06 a.m.