|
BagOfAudioWords Constructor (Int32)
|
Namespace:
Accord.Audition
Assembly:
Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax public BagOfAudioWords(
int numberOfWords
)
Public Sub New (
numberOfWords As Integer
)
Request Example
View SourceParameters
- numberOfWords
- Type: SystemInt32
The number of codewords.
See Also