Package net.sf.basedb.plugins
Class LowessNormalization.CallableWorker
java.lang.Object
net.sf.basedb.plugins.LowessNormalization.CallableWorker
- All Implemented Interfaces:
Callable<List<LowessNormalization.SpotData>>
- Enclosing class:
- LowessNormalization
static class LowessNormalization.CallableWorker
extends Object
implements Callable<List<LowessNormalization.SpotData>>
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private final float
private final float
private final List<LowessNormalization.SpotData>
private final int
private final MACalculator
-
Constructor Summary
ConstructorDescriptionCallableWorker
(List<LowessNormalization.SpotData> in, MACalculator mac, float fitFraction, float delta, int iterations, int blockGroupSize) -
Method Summary
Modifier and TypeMethodDescriptioncall()
private boolean
normalize
(List<LowessNormalization.SpotData> data, MACalculator mac) Normalize the spot data.
-
Field Details
-
in
-
mac
-
fitFraction
private final float fitFraction -
delta
private final float delta -
iterations
private final int iterations -
blockGroupSize
private int blockGroupSize
-
-
Constructor Details
-
CallableWorker
CallableWorker(List<LowessNormalization.SpotData> in, MACalculator mac, float fitFraction, float delta, int iterations, int blockGroupSize)
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<List<LowessNormalization.SpotData>>
-
normalize
Normalize the spot data.- Returns:
- TRUE if all was ok, FALSE if worker has been interrupted and should stop executing
-