Home > lib > data_get_loadings_bootstrap.m

data_get_loadings_bootstrap

PURPOSE ^

function LL = data_get_loadings_bootstrap(data, fcn, percent, no_rep)

SYNOPSIS ^

function LL = data_get_loadings_bootstrap(data, fcn, percent, no_rep)

DESCRIPTION ^

 function LL = data_get_loadings_bootstrap(data, fcn, percent, no_rep)
 
 Inputs:
   fcn: a function that returns a transformed dataset which has a filled .L field
   percent: percentage for "training"
   no_rep: number of sub-samplings

 Output:
   LL: a 3-D matrix, where LL(:, :, i) is the loadings for the i-th sub-dataset used for training

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003