#include <preprocessor.h>
Inheritance diagram for Preprocessor:
|
Constructs a new preprocessor object.
|
|
Exports the representation of this preprocessor for use in external objects.
Implemented in DiscretizationPreprocessor, LinearPreprocessor, Mean_Std_Preprocessor, and PCAPreprocessor. |
|
Returns a textual description of the representation format for import/export - Representation. Implemented in DiscretizationPreprocessor, LinearPreprocessor, Mean_Std_Preprocessor, and PCAPreprocessor. |
|
Returns the number of input rows. |
|
Returns the number of output rows. |
|
Returns the current value of a parameter.
|
|
Imports the data from an externally (e.g. Matlab) trained preprocessor.
Implemented in DiscretizationPreprocessor, LinearPreprocessor, Mean_Std_Preprocessor, and PCAPreprocessor. |
|
Preprocess a state representation.
Implemented in DiscretizationPreprocessor, LinearPreprocessor, Mean_Std_Preprocessor, and PCAPreprocessor. |
|
Resets the information stored within the preprocessor. Implements Advancable. Implemented in DiscretizationPreprocessor, LinearPreprocessor, Mean_Std_Preprocessor, and PCAPreprocessor. |
|
Sets a parameter of the preprocessor function.
|
|
This function is called after parameters are updated. Reimplemented from csimClass. |
|
Returns the names of the valid parameters.
|