Module org.scijava.ops.flim
Package org.scijava.ops.flim.impl
Class LMAFit.LMASingleFitRAI<I extends RealType<I>,K extends RealType<K>>
- java.lang.Object
-
- org.scijava.ops.flim.AbstractFitRAI<I,K>
-
- org.scijava.ops.flim.impl.LMAFit.LMASingleFitRAI<I,K>
-
- Type Parameters:
I-
- All Implemented Interfaces:
Functions.Arity4<FitParams<I>,RealMask,RandomAccessibleInterval<K>,FitWorker.FitEventHandler<I>,FitResults>
- Enclosing class:
- LMAFit
public static class LMAFit.LMASingleFitRAI<I extends RealType<I>,K extends RealType<K>> extends AbstractFitRAI<I,K>
Fits a RAI- Implementation Note:
- op names="flim.fitLMA"
-
-
Constructor Summary
Constructors Constructor Description LMASingleFitRAI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FitWorker<I>createWorker(FitParams<I> params, FitResults results)Generates a worker for the actual fit.-
Methods inherited from class org.scijava.ops.flim.AbstractFitRAI
apply
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Functions.Arity4
andThen
-
-
-
-
Method Detail
-
createWorker
public FitWorker<I> createWorker(FitParams<I> params, FitResults results)
Description copied from class:AbstractFitRAIGenerates a worker for the actual fit.- Specified by:
createWorkerin classAbstractFitRAI<I extends RealType<I>,K extends RealType<K>>- Returns:
- A
FitWorker.
-
-