Uses of Class
adams.data.spectrum.AbstractSpectrumFeatureGenerator
-
Packages that use AbstractSpectrumFeatureGenerator Package Description adams.data.spectrum adams.flow.transformer -
-
Uses of AbstractSpectrumFeatureGenerator in adams.data.spectrum
Subclasses of AbstractSpectrumFeatureGenerator in adams.data.spectrum Modifier and Type Class Description classAmplitudesSimple feature generator that just outputs all the amplitudes of a spectrum.Methods in adams.data.spectrum that return AbstractSpectrumFeatureGenerator Modifier and Type Method Description AbstractSpectrumFeatureGeneratorAbstractSpectrumFeatureGenerator. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractSpectrumFeatureGeneratorAbstractSpectrumFeatureGenerator. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options. -
Uses of AbstractSpectrumFeatureGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractSpectrumFeatureGenerator Modifier and Type Field Description protected AbstractSpectrumFeatureGeneratorSpectrumFeatureGenerator. m_ActualAlgorithmthe actual algorithm to apply to the image.protected AbstractSpectrumFeatureGeneratorSpectrumFeatureGenerator. m_Algorithmthe feature generator to use.Methods in adams.flow.transformer that return AbstractSpectrumFeatureGenerator Modifier and Type Method Description AbstractSpectrumFeatureGeneratorSpectrumFeatureGenerator. getAlgorithm()Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractSpectrumFeatureGenerator Modifier and Type Method Description voidSpectrumFeatureGenerator. setAlgorithm(AbstractSpectrumFeatureGenerator value)Sets the algorithm to use.
-