Home > lib > est_get_confusion.m

est_get_confusion

PURPOSE ^

function cc = est_get_confusion(est, data, flag_percentage=0)

SYNOPSIS ^

function cc = est_get_confusion(est, data, flag_percentage)

DESCRIPTION ^

 function cc = est_get_confusion(est, data, flag_percentage=0)

 Inputs:
   flag_percentage: whether to divide each row by its sum
 Outputs:
   cc: confusion matrix

 Renumbers data.classes according to est.class_labels and then calculates
 the confusion matrix

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003