dcase_framework.data.DataProcessor.call_method¶
-
DataProcessor.
call_method
(method_name, parameters=None)[source]¶ Call class method in the processing chain items
Processing chain (feature and data) is gone through and given method is called to processing items having such method.
Parameters: method_name : str
Method name to call
parameters : dict
Parameters for the method Default value {}