cluster_ari {Melissa}R Documentation

Compute clustering ARI

Description

cluster_ari computes the clustering performance in terms of the Adjusted Rand Index (ARI) metric.

Usage

cluster_ari(C_true, C_post)

Arguments

C_true

True cluster assignemnts.

C_post

Posterior responsibilities of predicted cluster assignemnts.

Value

The clustering ARI.

Author(s)

C.A.Kapourani C.A.Kapourani@ed.ac.uk


[Package Melissa version 1.8.0 Index]