public abstract class Fitter
extends java.lang.Object
Constructor and Description |
---|
Fitter() |
Modifier and Type | Method and Description |
---|---|
double[][] |
fit(double[] data)
Fits the model to one voxel's worth of data.
|
int |
getDirectionIndex()
Returns the first index of the theta-phi pair of parameters
encoding a single fiber orientation.
|
int |
getNumValuesPerRun()
Returns the number of parameters the fitter returns for
each voxel.
|
int |
getNumValuesPerSolution()
Returns the number of parameters the fitter returns for each
individual solution (there may be lots of these per run/voxel).
|
public double[][] fit(double[] data) throws MinimizerException
data
- The measurements to fit to, which must come from
the imaging protocol in the Scheme object passed to the
constructor.MinimizerException
public int getNumValuesPerRun()
public int getNumValuesPerSolution()
public int getDirectionIndex()