dcase_framework.features.FeatureRepository.get_path¶
- 
FeatureRepository.get_path(dotted_path, default=None, data=None)¶
- Get value from nested dict with dotted path - Parameters: - dotted_path : str - String in form of “field1.field2.field3” - default : str, int, float - Default value returned if path does not exists Default value “None” - data : dict, optional - Dict for which path search is done, if None given self is used. Used for recursive path search. Default value “None”