confMatrix
PURPOSE 
Generates a confusion matrix according to true and predicted data labels.
SYNOPSIS 
function CM = confMatrix( IDXtrue, IDXpred, ntypes )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- checkNumArgs Helper utility for checking numeric vector arguments.
This function is called by:
- demoClassify DEMOCLASSIFY A demo used to test and demonstrate the usage of classifiers (clf*)
- nfoldxval Runs n-fold cross validation on data with a given classifier.
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003