Skip to content

ML.EVAL.CLUSTERING.FOWLKES_MALLOWS_SCORE

Returns the Fowlkes-Mallows index.

Syntax

ML.EVAL.CLUSTERING.FOWLKES_MALLOWS_SCORE(labels_true, labels_pred, sparse)

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.
sparse Any FALSE If TRUE, use a sparse contingency matrix to compute the score (slower but more memory-efficient on large label sets).

Examples

Examples coming soon

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

See also