dcase_framework.features.FeatureStacker¶
-
class
dcase_framework.features.FeatureStacker(recipe, feature_hop=1, **kwargs)[source]¶ Feature stacker
Constructor
Parameters: recipe : dict
Stacking recipe
feature_hop : int, optional
Feature hopping Default value 1
-
__init__(recipe, feature_hop=1, **kwargs)[source]¶ Constructor
Parameters: recipe : dict
Stacking recipe
feature_hop : int, optional
Feature hopping Default value 1
Methods
__init__(recipe[, feature_hop])Constructor feature_vector(feature_repository)Feature vector creation normalizer(normalizer_list)Stack normalization factors based on stack map process(feature_data)Feature vector creation -