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 classFingerprintGenerates a fingerprint from the Wave data.classHistogramGenerates a histogram from the audio data.classSpectrogramGenerates 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 AbstractWaveFeatureGeneratorWaveFeatureGenerator. m_ActualAlgorithmthe actual algorithm to apply to the image.protected AbstractWaveFeatureGeneratorWaveFeatureGenerator. m_Algorithmthe algorithm to apply to the image.Methods in adams.flow.transformer that return AbstractWaveFeatureGenerator Modifier and Type Method Description AbstractWaveFeatureGeneratorWaveFeatureGenerator. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractWaveFeatureGenerator Modifier and Type Method Description voidWaveFeatureGenerator. setAlgorithm(AbstractWaveFeatureGenerator value)Sets the algorithm to use.
-