Click or drag to resize
Accord.NET (logo)

BagOfAudioWordsCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(Int32)
Creates a Bag-of-Words model using MFCC and K-Means.
Public methodStatic memberCreateTClustering(TClustering)
Creates a Bag-of-Words model using the MFCC feature extractor and the given clustering algorithm.
Public methodStatic memberCreateTExtractor(TExtractor, Int32)
Creates a Bag-of-Words model using the given feature detector and K-Means.
Public methodStatic memberCreateTExtractor, TClustering(TExtractor, Int32)
Creates a Bag-of-Words model using the given feature detector and K-Means.
Public methodStatic memberCreateTExtractor, TClustering(TExtractor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Public methodStatic memberCreateTExtractor, TClustering, TFeature(TExtractor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Public methodStatic memberCreateTExtractor, TClustering, TPoint, TFeature(TExtractor, TClustering)
Creates a Bag-of-Words model using the given feature detector and clustering algorithm.
Top
See Also