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 FitModel |
FitModel.getFitModel(java.lang.String fitModelString)
get the model name from the commandline string
|
static FitModel |
FitModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FitModel[] |
FitModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|