Uses of Class
marf.FeatureExtraction.FeatureExtractionException

Packages that use FeatureExtractionException
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 FeatureExtractionException in marf.FeatureExtraction
 

Methods in marf.FeatureExtraction that throw FeatureExtractionException
static IFeatureExtraction FeatureExtractionFactory.create(java.lang.Integer poFeatureExtractionMethod, IPreprocessing poPreprocessing)
          Instantiates a FeatureExtraction module indicated by the first parameter with the 2nd parameter as an argument.
static IFeatureExtraction FeatureExtractionFactory.create(int piFeatureExtractionMethod, IPreprocessing poPreprocessing)
          Instantiates a FeatureExtraction module indicated by the first parameter with the 2nd parameter as an argument.
 boolean FeatureExtraction.extractFeatures()
          Provides default implementation of the API by using the sample data provided by the IPreprocessing module.
 boolean FeatureExtractionAggregator.extractFeatures()
          Implementation of the feature extraction interface.
 boolean IFeatureExtraction.extractFeatures()
          Abstract feature extraction routine.
 boolean FeatureExtractionAggregator.extractFeatures(double[] padSampleData)
          Implementation of the feature extraction interface.
 boolean IFeatureExtraction.extractFeatures(double[] padSampleData)
          Abstract feature extraction routine.
protected  boolean FeatureExtractionAggregator.extractFeaturesImplementation(double[] padSampleData)
          Performs the actual business logic of the aggregator per described algorithm.
 

Uses of FeatureExtractionException in marf.FeatureExtraction.Cepstral
 

Methods in marf.FeatureExtraction.Cepstral that throw FeatureExtractionException
 boolean Cepstral.extractFeatures(double[] padSampleData)
          Not Implemented.
 

Uses of FeatureExtractionException in marf.FeatureExtraction.F0
 

Methods in marf.FeatureExtraction.F0 that throw FeatureExtractionException
 boolean F0.extractFeatures(double[] padSampleData)
          Not Implemented.
 

Uses of FeatureExtractionException in marf.FeatureExtraction.FFT
 

Methods in marf.FeatureExtraction.FFT that throw FeatureExtractionException
 boolean FFT.extractFeatures()
          FFT Implementation of extractFeatures().
 boolean FFT.extractFeatures(double[] padSampleData)
          Extracts features from the provided sample array.
protected  boolean FFT.extractFeaturesImplementation(Sample poSample)
          Does the actual business logic of the FFT feature extraction.
 

Uses of FeatureExtractionException in marf.FeatureExtraction.LPC
 

Methods in marf.FeatureExtraction.LPC that throw FeatureExtractionException
 boolean LPC.extractFeatures(double[] padSampleData)
          LPC Implementation of extractFeatures().
 

Uses of FeatureExtractionException in marf.FeatureExtraction.MinMaxAmplitudes
 

Methods in marf.FeatureExtraction.MinMaxAmplitudes that throw FeatureExtractionException
 boolean MinMaxAmplitudes.extractFeatures(double[] padSampleData)
          MinMaxAmplitudes implementation of extractFeatures().
 

Uses of FeatureExtractionException in marf.FeatureExtraction.RandomFeatureExtraction
 

Methods in marf.FeatureExtraction.RandomFeatureExtraction that throw FeatureExtractionException
 boolean RandomFeatureExtraction.extractFeatures()
          Random Gaussian-based feature extraction.
 boolean RandomFeatureExtraction.extractFeatures(double[] padSampleData)
          Extracts features from the provided sample array.
protected  boolean RandomFeatureExtraction.extractFeaturesImplementation(Sample poSample)
          Does the actual business logic of the random Gaussian feature extraction.
 

Uses of FeatureExtractionException in marf.FeatureExtraction.RawFeatureExtraction
 

Methods in marf.FeatureExtraction.RawFeatureExtraction that throw FeatureExtractionException
 boolean RawFeatureExtraction.extractFeatures(double[] padSampleData)
           
 

Uses of FeatureExtractionException in marf.FeatureExtraction.Segmentation
 

Methods in marf.FeatureExtraction.Segmentation that throw FeatureExtractionException
 boolean Segmentation.extractFeatures(double[] padSampleData)
          Not Implemented.
 



SourceForge Logo