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 measuresCROSS-REFERENCE INFORMATION
This function calls:- mycrosstab Cross tabulation table for vectors X,Y
- ldakmeans LDA-K-means algorithm
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005