void MSTDVNormalize

(real** tab, real* mean_buff, real* std_buff,
  int n_ex, int n_dim)

Compute means and variances for normalizing a matrix.

Documentation

Compute means and variances for normalizing a matrix. Returns in

Note: the memory allocation is not made by this function.

n_ex is the number of examples in tab, and n_dim is the dimension of each example.

Author:
Ronan Collobert (collober@iro.umontreal.ca)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.