dcase_framework.features.FeatureAggregator¶
-
class
dcase_framework.features.
FeatureAggregator
(*args, **kwargs)[source]¶ Feature aggregator
Constructor
Parameters: recipe : list of dict or list of str
Aggregation recipe, supported methods [mean, std, cov, kurtosis, skew, flatten].
win_length_frames : int
Window length in feature frames
hop_length_frames : int
Hop length in feature frames
-
__init__
(*args, **kwargs)[source]¶ Constructor
Parameters: recipe : list of dict or list of str
Aggregation recipe, supported methods [mean, std, cov, kurtosis, skew, flatten].
win_length_frames : int
Window length in feature frames
hop_length_frames : int
Hop length in feature frames
Methods
__init__
(\*args, \*\*kwargs)Constructor process
(feature_data)Process features Attributes
valid_method
-