public class ZeppelinCylinderDotLM_DirectFitter extends CompartmentFitter
Constructor and Description |
---|
ZeppelinCylinderDotLM_DirectFitter()
Default constructor required for derived classes.
|
ZeppelinCylinderDotLM_DirectFitter(DW_Scheme scheme)
Constructor implements the mapping between model and optimized
parameters in the Codec object.
|
ZeppelinCylinderDotLM_DirectFitter(DW_Scheme scheme,
java.lang.String[] compNames,
double[] initialParams)
Constructor implements the mapping between model and optimized
parameters in the Codec object.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
fit, getDirectionIndex, getNumValuesPerRun, getNumValuesPerSolution
public ZeppelinCylinderDotLM_DirectFitter()
public ZeppelinCylinderDotLM_DirectFitter(DW_Scheme scheme)
scheme
- The imaging protocol.public ZeppelinCylinderDotLM_DirectFitter(DW_Scheme scheme, java.lang.String[] compNames, double[] initialParams)
scheme
- The imaging protocol.compNames
- the compartment names.initialParams
- the initial parameters.