demoClassify
PURPOSE 
DEMOCLASSIFY A demo used to test and demonstrate the usage of classifiers (clf*)
SYNOPSIS 
function demoClassify
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- clfEcoc Wrapper for ecoc that makes ecoc compatible with nfoldxval.
- clfKnn Create a k nearest neighbor classifier.
- clfLda Create a Linear Discriminant Analysis (LDA) classifier.
- clfSvm Wrapper for svm that makes svm compatible with nfoldxval.
- confMatrix Generates a confusion matrix according to true and predicted data labels.
- demoGenData Generate data drawn form a mixture of Gaussians.
- visualizeData Project high dim. data unto principal components (PCA) for visualization.
- montage2 Used to display collections of images and videos.
This function is called by:
Generated by m2html © 2003