|
BagOfAudioWordsTFeature Constructor (IAudioFeatureExtractorTFeature, Int32)
|
Namespace:
Accord.Audition
Assembly:
Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax public BagOfAudioWords(
IAudioFeatureExtractor<TFeature> extractor,
int numberOfWords
)
Public Sub New (
extractor As IAudioFeatureExtractor(Of TFeature),
numberOfWords As Integer
)
Request Example
View SourceParameters
- extractor
- Type: Accord.AudioIAudioFeatureExtractorTFeature
The feature extractor to use. - numberOfWords
- Type: SystemInt32
The number of codewords.
See Also