Click or drag to resize
Accord.NET (logo)

BagOfAudioWordsTFeature Constructor (IAudioFeatureExtractorTFeature, Int32)

Constructs a new BagOfAudioWords.

Namespace:  Accord.Audition
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public BagOfAudioWords(
	IAudioFeatureExtractor<TFeature> extractor,
	int numberOfWords
)
Request Example View Source

Parameters

extractor
Type: Accord.AudioIAudioFeatureExtractorTFeature
The feature extractor to use.
numberOfWords
Type: SystemInt32
The number of codewords.
See Also