dcase_util.processors.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_namestr

Method name to call

parametersdict

Parameters for the method

Returns
self