Uses of Enum Class
likelihoodDetectionModule.normalizer.NormalizerProcess.NormalizerAlgorithm
Packages that use NormalizerProcess.NormalizerAlgorithm
-
Uses of NormalizerProcess.NormalizerAlgorithm in likelihoodDetectionModule
Methods in likelihoodDetectionModule that return NormalizerProcess.NormalizerAlgorithmMethods in likelihoodDetectionModule with parameters of type NormalizerProcess.NormalizerAlgorithmModifier and TypeMethodDescriptionvoidTargetConfiguration.setAlgorithm(NormalizerProcess.NormalizerAlgorithm algorithm) Sets the algorithm. -
Uses of NormalizerProcess.NormalizerAlgorithm in likelihoodDetectionModule.normalizer
Methods in likelihoodDetectionModule.normalizer that return NormalizerProcess.NormalizerAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.NormalizerProcess.NormalizerAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in likelihoodDetectionModule.normalizer with parameters of type NormalizerProcess.NormalizerAlgorithmModifierConstructorDescriptionNormalizerProcess(LikelihoodDetectionUnit ldu, PamDataBlock pdb, double referenceGain, NormalizerProcess.NormalizerAlgorithm normalizer, ArrayList<SignalBand> signalBands, ArrayList<GuardBand> guardBands, double timeResolution)