Click or drag to resize
Accord.NET (logo)

BagOfAudioWordsCreate Method (Int32)

Creates a Bag-of-Words model using MFCC and K-Means.

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

Parameters

numberOfWords
Type: SystemInt32

Return Value

Type: BagOfAudioWords
See Also