Preprocessor.apply_method#
- Preprocessor.apply_method(method, parameters)[source]#
Invoke
Preprocessor.methodusingparameters.- Parameters:
- methodstr
The name of the method to be used.
- parametersdict
The parameters for the specified method.
- Returns:
- The output of
method.
- The output of
- Raises:
- NotImplementedError
If
methodis not a member ofPreprocessor.