Click or drag to resize
Accord.NET (logo)

BagOfAudioWordsTFeature, TPoint Constructor (IAudioFeatureExtractorTFeature, IUnsupervisedLearningIClassifierTPoint, Int32, TPoint, Int32)

Constructs a new BagOfAudioWords.

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
)
Request Example View Source

Parameters

extractor
Type: Accord.AudioIAudioFeatureExtractorTFeature
The feature extractor to use.
algorithm
Type: Accord.MachineLearningIUnsupervisedLearningIClassifierTPoint, Int32, TPoint, Int32
The clustering algorithm to use.
See Also