Home > lib > data_eliminate_var_0.m

data_eliminate_var_0

PURPOSE ^

new = data_eliminate_var_0(data, threshold = 1e-10)

SYNOPSIS ^

function data = data_eliminate_var_0(data, threshold)

DESCRIPTION ^

 new = data_eliminate_var_0(data, threshold = 1e-10)

 Eliminates features with variance below a threshold. This helps making
 the covariance matrix of the data non-singular.

 Works on data.X and data.x simultaneously.

CROSS-REFERENCE INFORMATION ^

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