Click or drag to resize
Accord.NET (logo)

BagOfAudioWordsCreateTClustering Method (TClustering)

Creates a Bag-of-Words model using the MFCC feature extractor and the given clustering algorithm.

Namespace:  Accord.Audition
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public static BagOfAudioWords<MelFrequencyCepstrumCoefficientDescriptor, double[], TClustering, MelFrequencyCepstrumCoefficient> Create<TClustering>(
	TClustering clustering
)
where TClustering : Object, IUnsupervisedLearning<IClassifier<double[], int>, double[], int>
Request Example View Source

Parameters

clustering
Type: TClustering

Type Parameters

TClustering

Return Value

Type: BagOfAudioWordsMelFrequencyCepstrumCoefficientDescriptor, Double, TClustering, MelFrequencyCepstrumCoefficient
See Also