Learn R Programming

multiUS (version 1.2.3)

wardKF: Calculate the value of the Ward criterion function

Description

The function calculate the value of the Ward criterion function, based on a set of numerical variables and one categorical variable (partition).

Usage

wardKF(X, clu)

wardCF(X, clu)

Value

The value of the Ward criterion function.

Arguments

X

Data frame with values of numerical variables (usually the ones that were/are used for clustering).

clu

Partition.

Author

Aleš Žiberna