Skip to content

ML.EVAL.CLUSTERING.HOMOGENEITY_SCORE

Returns the homogeneity metric.

Syntax

ML.EVAL.CLUSTERING.HOMOGENEITY_SCORE(labels_true, labels_pred)

Arguments

Name Type Default Description
labels_true object DataFrame or array object of ground-truth cluster labels.
labels_pred object DataFrame or array object of predicted cluster labels.

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also