public class ScalingFactorsEstimators extends Object
Constructor and Description |
---|
ScalingFactorsEstimators(SpectrumCountingParameters spectrumCountingParameters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
estimateScalingFactors(Identification identification,
Metrics metrics,
SequenceProvider sequenceProvider,
IdentificationFeaturesGenerator identificationFeaturesGenerator,
WaitingHandler waitingHandler,
ExceptionHandler exceptionHandler,
ProcessingParameters processingParameters)
Estimates the scaling factors and stores them in the given metrics.
|
public ScalingFactorsEstimators(SpectrumCountingParameters spectrumCountingParameters)
spectrumCountingParameters
- the spectrum counting parameterspublic void estimateScalingFactors(Identification identification, Metrics metrics, SequenceProvider sequenceProvider, IdentificationFeaturesGenerator identificationFeaturesGenerator, WaitingHandler waitingHandler, ExceptionHandler exceptionHandler, ProcessingParameters processingParameters) throws InterruptedException, TimeoutException
identification
- the identificationmetrics
- the metrics where to save the resultssequenceProvider
- a sequence provideridentificationFeaturesGenerator
- the identification features generatorwaitingHandler
- a waiting handlerexceptionHandler
- an exception handlerprocessingParameters
- the processing parametersInterruptedException
- exception thrown if a thread gets
interruptedTimeoutException
- exception thrown if the
operation times outCopyright © 2018. All rights reserved.