Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
mean_std_preprocessor.h File Reference
Detailed Description
Implementation of a Mean / Standard-Deviation Normalizer.
#include <string>
#include <map>
#include <list>
#include "preprocessor.h"
#include "csimerror.h"
Go to the source code of this file.
Compounds
- class Mean_Std_Preprocessor
- Implementation of a Mean / Standard-Deviation Normalizer. Every row x_i of the input vector is transformed into
, where m_i and std_i are the mean and standard deviation of the i-th row. More...