linearpreprocessor.h File Reference
Detailed Description
Implementation of a linear transformation of the input.
#include <string>
#include <map>
#include <list>
#include "preprocessor.h"
#include "csimerror.h"
Go to the source code of this file.
Classes
- class LinearPreprocessor
- Implementation of a linear transformation of the input. Every row x_i of the input vector is transformed into x_i' = a_i * x_i + b_i. More...