|
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
)
Public Shared Function Create (
numberOfWords As Integer
) As BagOfAudioWords
Request Example
View SourceParameters
- numberOfWords
- Type: SystemInt32
Return Value
Type:
BagOfAudioWordsSee Also