cluster_performance

PURPOSE

Returns structure containing: Purity, Adjusted Rand Index, Normalised Mutual Information and V-measure

SYNOPSIS

function clEval = cluster_performance(clusters, trueLabels)

DESCRIPTION

Returns structure containing: Purity, Adjusted Rand Index, Normalised Mutual Information and V-measure
CLEVAL = CLUSTER_PERFORMANCE(CLUSTERS, TRUELABELS)

 Inputs:
    (CLUSTERS): Estimated cluster assignment
    (TRUELABELS): True cluster assignment

 Output:
    (CLEVAL): Structured array containing performance measures

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005