Package | Description |
---|---|
apps | |
fitters |
Modifier and Type | Method and Description |
---|---|
static Fitter |
ModelFit.getFitter(FitModel fm,
NoiseModel nm,
FitAlgorithm fa)
assembles the combination of tissue model, noise model and fitting
algorithm into a fitter object that fits the specified model to the data
using the specified algorithm and noise.
|
Modifier and Type | Method and Description |
---|---|
static FitAlgorithm |
FitAlgorithm.getFitAlgorithm(java.lang.String fitAlgString) |
static FitAlgorithm |
FitAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FitAlgorithm[] |
FitAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|