public class MMWMD_InVivoLM_GaussianFitter extends CompartmentFitter
Constructor and Description |
---|
MMWMD_InVivoLM_GaussianFitter()
Default constructor required for derived classes.
|
MMWMD_InVivoLM_GaussianFitter(DW_Scheme scheme)
Constructor implements the mapping between model and optimized
parameters in the Codec object.
|
MMWMD_InVivoLM_GaussianFitter(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 MMWMD_InVivoLM_GaussianFitter()
public MMWMD_InVivoLM_GaussianFitter(DW_Scheme scheme)
scheme
- The imaging protocol.public MMWMD_InVivoLM_GaussianFitter(DW_Scheme scheme, java.lang.String[] compNames, double[] initialParams)
scheme
- The imaging protocol.compNames
- the compartment names.initialParams
- the initial parameters.