Subsections
Mean_Std_Preprocessor
Every row x_i of the input vector is transformed into
xi' = (xi - mi) / stdi , where m_i and std_i are the mean and standard deviation of the i-th row.
- nInputRows :
- Number of rows for input vectors.
- nOutputRows :
- Number of rows for output vectors.