|
BagOfAudioWordsTFeature, TPoint Constructor (IAudioFeatureExtractorTFeature, IUnsupervisedLearningIClassifierTPoint, Int32, TPoint, Int32)
|
Namespace:
Accord.Audition
Assembly:
Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax public BagOfAudioWords(
IAudioFeatureExtractor<TFeature> extractor,
IUnsupervisedLearning<IClassifier<TPoint, int>, TPoint, int> algorithm
)
Public Sub New (
extractor As IAudioFeatureExtractor(Of TFeature),
algorithm As IUnsupervisedLearning(Of IClassifier(Of TPoint, Integer), TPoint, Integer)
)
Request Example
View SourceParameters
- extractor
- Type: Accord.AudioIAudioFeatureExtractorTFeature
The feature extractor to use. - algorithm
- Type: Accord.MachineLearningIUnsupervisedLearningIClassifierTPoint, Int32, TPoint, Int32
The clustering algorithm to use.
See Also