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 class
Amplitudes
Simple feature generator that just outputs all the amplitudes of a spectrum.Methods in adams.data.spectrum that return AbstractSpectrumFeatureGenerator Modifier and Type Method Description AbstractSpectrumFeatureGenerator
AbstractSpectrumFeatureGenerator. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractSpectrumFeatureGenerator
AbstractSpectrumFeatureGenerator. 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 AbstractSpectrumFeatureGenerator
SpectrumFeatureGenerator. m_ActualAlgorithm
the actual algorithm to apply to the image.protected AbstractSpectrumFeatureGenerator
SpectrumFeatureGenerator. m_Algorithm
the feature generator to use.Methods in adams.flow.transformer that return AbstractSpectrumFeatureGenerator Modifier and Type Method Description AbstractSpectrumFeatureGenerator
SpectrumFeatureGenerator. getAlgorithm()
Returns the algorithm in use.Methods in adams.flow.transformer with parameters of type AbstractSpectrumFeatureGenerator Modifier and Type Method Description void
SpectrumFeatureGenerator. setAlgorithm(AbstractSpectrumFeatureGenerator value)
Sets the algorithm to use.
-