visualize_data
PURPOSE 
Project high dim. data unto principal components (PCA) for visualization.
SYNOPSIS 
function visualize_data( X, k, IDX, types )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- pca principal components analysis (alternative to princomp).
- pca_apply Companion function to pca.
- c clc
This function is called by:
- democlassify A demo used to test and demonstrate the usage of classifiers (clf_*)
- democluster Clustering demo.
- nfoldxval Runs n-fold cross validation on data with a given classifier.
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003