pca_apply_large

PURPOSE ^

Wrapper for pca_apply that allows for application to large X.

SYNOPSIS ^

function [ Yk, Xhat, pixelerror ] = pca_apply_large( X, U, mu, variances, k )

DESCRIPTION ^

 Wrapper for pca_apply that allows for application to large X.

 Wrapper for pca_apply that splits and processes X in parts, this may be
 useful if processing cannot be done fully in parallel because of memory
 constraints. See pca_apply for usage.

 INPUTS
   same as pca_apply

 OUTPUTS
   same as pca_apply

 DATESTAMP
   29-Sep-2005  2:00pm

 See also PCA, PCA_APPLY, PCA_VISUALIZE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 02-Oct-2005 19:35:28 by m2html © 2003