Click or drag to resize
Accord.NET (logo)

BaseAudioFeatureExtractorTFeatureInnerTransform Method

This method should be implemented by inheriting classes to implement the actual feature extraction, transforming the input image into a list of features.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
protected abstract IList<TFeature> InnerTransform(
	Signal input
)
Request Example View Source

Parameters

input
Type: Accord.AudioSignal

Return Value

Type: IListTFeature
See Also