Uses of Class
marf.FeatureExtraction.FeatureExtraction

Packages that use FeatureExtraction
marf.FeatureExtraction   
marf.FeatureExtraction.Cepstral   
marf.FeatureExtraction.F0   
marf.FeatureExtraction.FFT   
marf.FeatureExtraction.LPC   
marf.FeatureExtraction.MinMaxAmplitudes   
marf.FeatureExtraction.RandomFeatureExtraction   
marf.FeatureExtraction.RawFeatureExtraction   
marf.FeatureExtraction.Segmentation   
 

Uses of FeatureExtraction in marf.FeatureExtraction
 

Subclasses of FeatureExtraction in marf.FeatureExtraction
 class FeatureExtractionAggregator
          This class by itself does not do any feature extraction, but instead allows concatenation of the results of several actual feature extractors to be combined in a single result.
 

Uses of FeatureExtraction in marf.FeatureExtraction.Cepstral
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.Cepstral
 class Cepstral
          Cepstral Analysis.
 

Uses of FeatureExtraction in marf.FeatureExtraction.F0
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.F0
 class F0
          Class F0 - the Fundamental Frequency Extraction.
 

Uses of FeatureExtraction in marf.FeatureExtraction.FFT
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.FFT
 class FFT
          Class FFT implements Fast Fourier Transform.
 

Uses of FeatureExtraction in marf.FeatureExtraction.LPC
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.LPC
 class LPC
          Class LPC implements Linear Predictive Coding.
 

Uses of FeatureExtraction in marf.FeatureExtraction.MinMaxAmplitudes
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.MinMaxAmplitudes
 class MinMaxAmplitudes
          Min/Max Amplitudes.
 

Uses of FeatureExtraction in marf.FeatureExtraction.RandomFeatureExtraction
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.RandomFeatureExtraction
 class RandomFeatureExtraction
          Implementation of random feature extraction for testing as a baseline.
 

Uses of FeatureExtraction in marf.FeatureExtraction.RawFeatureExtraction
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.RawFeatureExtraction
 class RawFeatureExtraction
          For a some applications it is desired to pass-through the preprocessed sample data "as-is", or with little massaging; this module does that.
 

Uses of FeatureExtraction in marf.FeatureExtraction.Segmentation
 

Subclasses of FeatureExtraction in marf.FeatureExtraction.Segmentation
 class Segmentation
          Class Segmentation.
 



SourceForge Logo