public class GlobalFitWorker<I extends RealType<I>> extends AbstractFitWorker<I>
FitWorker.FitEventHandler<I extends RealType<I>>adjFitEnd, adjFitStart, nData, nDataTotal, nParam, ops, params, rawChisq_target, results| Constructor and Description | 
|---|
GlobalFitWorker(FitParams<I> params,
               FitResults results,
               OpEnvironment ops)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
fitBatch(List<int[]> pos,
        FitWorker.FitEventHandler<I> handler)
Fit all coordinates listed and handles fit events. 
 | 
nDataOut, nParamOut, populatepublic GlobalFitWorker(FitParams<I> params, FitResults results, OpEnvironment ops)
public void fitBatch(List<int[]> pos, FitWorker.FitEventHandler<I> handler)
FitWorkerpos - the coordinates of trans to fithandler - the fit event handlerCopyright © 2015–2022 FLIMLib. All rights reserved.