dcase_framework.data.ProcessingChain.call_method¶
-
ProcessingChain.
call_method
(method_name, parameters=None)[source]¶ Call class method in the processing chain items
Processing chain 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 {}