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