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 .
Parameters:
rep_length
Length of the representation vector.
Returns:
A list of parameters that represent the preprocessor.
Warning:
Do not forget to free the memory reserved for the representation!
int DiscretizationPreprocessor::importRepresentation
(
const double *
rep,
int
rep_length
)
[virtual]
Imports the data from an externally (e.g. Matlab) trained preprocessor.
Parameters:
rep
Representation of the preprocessor as a double vector. 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 .