Uses of Class
adams.data.audiofeaturegenerator.wave.AbstractWaveFeatureGenerator
-
Packages that use AbstractWaveFeatureGenerator Package Description adams.data.audiofeaturegenerator.wave adams.flow.transformer -
-
Uses of AbstractWaveFeatureGenerator in adams.data.audiofeaturegenerator.wave
Subclasses of AbstractWaveFeatureGenerator in adams.data.audiofeaturegenerator.wave Modifier and Type Class Description class
Fingerprint
Generates a fingerprint from the Wave data.class
Histogram
Generates a histogram from the audio data.class
Spectrogram
Generates a spectrogram from the audio data. -
Uses of AbstractWaveFeatureGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractWaveFeatureGenerator Modifier and Type Field Description protected AbstractWaveFeatureGenerator
WaveFeatureGenerator. m_ActualAlgorithm
the actual algorithm to apply to the image.protected AbstractWaveFeatureGenerator
WaveFeatureGenerator. m_Algorithm
the algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractWaveFeatureGenerator Modifier and Type Method Description AbstractWaveFeatureGenerator
WaveFeatureGenerator. getAlgorithm()
Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractWaveFeatureGenerator Modifier and Type Method Description void
WaveFeatureGenerator. setAlgorithm(AbstractWaveFeatureGenerator value)
Sets the algorithm to use.
-