#include <discretizationpreprocessor.h>
Inheritance diagram for DiscretizationPreprocessor:
|
Constructs a new discretization. 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, the following rows elements are in the format [eps_1, eps_2, ..., eps_n], where the transformations are
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. |