#include <pcapreprocessor.h>
Inheritance diagram for PCAPreprocessor:
|
Constructs a PCA transformation. Initially the transformation is an identical transformation x'=x.
|
|
Frees the memory. |
|
Exports the representation of this preprocessor for use in external objects. Format: first number gives the number of rows for input vectors, second number gives the number of rows output vectors, the following rows elements are the elements of the (m x n) PCA transformation matrix (row by row). The format is [a_11, a_12, ..., a_1n,a_21, ..., a_m1, ..., a_mn].
Implements Preprocessor. |
|
Returns a textual description of the representation format for import/export - Representation. Implements Preprocessor. |
|
Imports the data from an externally (e.g. Matlab) trained preprocessor.
Implements Preprocessor. |
|
Preprocess a state representation.
Implements Preprocessor. |
|
Resets the information stored within the preprocessor. Implements Preprocessor. |