Click or drag to resize
Accord.NET (logo)

BagOfAudioWordsTFeature, TPoint, TClustering, TExtractor Constructor

Constructs a new BagOfAudioWords.

Namespace:  Accord.Audition
Assembly:  Accord.Audition (in Accord.Audition.dll) Version: 3.8.0
Syntax
public BagOfAudioWords(
	TExtractor extractor,
	TClustering algorithm
)
Request Example View Source

Parameters

extractor
Type: TExtractor
The feature extractor to use.
algorithm
Type: TClustering
The clustering algorithm to use.
See Also