BagOfAudioWordsCreate Method |
Name | Description | |
---|---|---|
Create(Int32) |
Creates a Bag-of-Words model using MFCC and K-Means.
| |
CreateTClustering(TClustering) |
Creates a Bag-of-Words model using the MFCC feature extractor and the given clustering algorithm.
| |
CreateTExtractor(TExtractor, Int32) |
Creates a Bag-of-Words model using the given feature detector and K-Means.
| |
CreateTExtractor, TClustering(TExtractor, Int32) |
Creates a Bag-of-Words model using the given feature detector and K-Means.
| |
CreateTExtractor, TClustering(TExtractor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
| |
CreateTExtractor, TClustering, TFeature(TExtractor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
| |
CreateTExtractor, TClustering, TPoint, TFeature(TExtractor, TClustering) |
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
|