dcase_framework.parameters.ParameterContainer.process_method_parameters

ParameterContainer.process_method_parameters(section)[source]

Process methods and recipes in the section

Processing rules for fields:

  • “method” => search for parameters from [section]_method_parameters -section
  • “recipe” => parse recipe and search for parameters from [section]_method_parameters -section
  • “*recipe” => parse recipe
Parameters:

section : str

Section name

Returns:

self

Raises:

ValueError:

Invalid method for parameter field