Click or drag to resize
Accord.NET (logo)

BagOfAudioWords Constructor (Int32)

Constructs a new BagOfAudioWords using a MFCC feature detector to identify features.

Namespace:  Accord.Audition
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public BagOfAudioWords(
	int numberOfWords
)
Request Example View Source

Parameters

numberOfWords
Type: SystemInt32
The number of codewords.
See Also