public interface FitWorker<I extends RealType<I>>
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
FitWorker.FitEventHandler<I extends RealType<I>>
The handler interface for fit events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
fitBatch(List<int[]> pos)
Fit all coordinates listed. 
 | 
void | 
fitBatch(List<int[]> pos,
        FitWorker.FitEventHandler<I> handler)
Fit all coordinates listed and handles fit events. 
 | 
int | 
nDataOut()
How many bins will be fitted? 
 | 
int | 
nParamOut()
How many parameters should there be in  
results.param? E.g. | 
int nParamOut()
results.param? E.g. 3 for one-component
 LMAFitWorker and 5 for PhasorFitWorker.int nDataOut()
fitEnd - fitStartdefault void fitBatch(List<int[]> pos)
pos - the coordinates of trans to fitvoid fitBatch(List<int[]> pos, FitWorker.FitEventHandler<I> handler)
pos - the coordinates of trans to fithandler - the fit event handlerCopyright © 2015–2022 FLIMLib. All rights reserved.