wardKF {multiUS} | R Documentation |
The function calculate the value of the Ward criterion function, based on a set of numberical variables and one categorical variable (partition).
wardKF(X, clu)
X |
Data frame with values of numberical variables (usually the ones that were/are used for clustering). |
clu |
Partition. |
The value of the Ward criterion function.
Aleš Žiberna