ertk.preprocessing.openxbow.OpenXBOWExtractorConfig

class ertk.preprocessing.openxbow.OpenXBOWExtractorConfig(xbowargs: List[str] = '???')

Bases: ERTKConfig

Configuration for the OpenXBOW feature extractor.

__init__(xbowargs: List[str] = '???') None

Methods

__init__([xbowargs])

Inherited Methods

from_config(config)

Create config object from any compatible config.

from_file(path[, override])

Create config from YAML file and optionlly override some values.

merge_with_args([args])

Merge config with command-line arguments.

to_dictconfig()

Convert config to DictConfig.

to_file(path)

Write config to YAML file.

to_string()

Generate YAML string representation of config.

Attributes

xbowargs

The arguments to pass to OpenXBOW.

xbowargs: List[str] = '???'

The arguments to pass to OpenXBOW.