Home > lib > calc_confusion.m

calc_confusion

PURPOSE ^

function cc = calc_confusion(classes_row, classes_col, flag_percentage)

SYNOPSIS ^

function cc = calc_confusion(classes_row, classes_col, flag_percentage, no1, no2)

DESCRIPTION ^

 function cc = calc_confusion(classes_row, classes_col, flag_percentage)

 Inputs:
   flag_percentage: whether to divide each row by its sum
 Outputs:
   cc: 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