Modifier and Type | Field and Description |
---|---|
protected ParsimoniousElement.ParameterEstimate |
AbstractParsimoniousModel.usedParameterEstimate |
Modifier and Type | Method and Description |
---|---|
void |
AbstractParsimoniousModel.setParameterEstimate(ParsimoniousElement.ParameterEstimate parameterEstimate) |
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.ParameterEstimate |
ParsimoniousElement.ParameterEstimate.parseString(java.lang.String s) |
static ParsimoniousElement.ParameterEstimate |
ParsimoniousElement.ParameterEstimate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.ParameterEstimate[] |
ParsimoniousElement.ParameterEstimate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsimoniousElement.maximizeStructureAndParameters(de.jstacs.data.DataSet data,
double[] weights,
ParsimoniousElement.StructureScore structureScore,
ParsimoniousElement.ParameterEstimate parameterEstimate) |
Modifier and Type | Method and Description |
---|---|
void |
InhomogeneousPMM.train(de.jstacs.data.DataSet data,
double[] weights,
ParsimoniousElement.StructureScore structureScore,
ParsimoniousElement.ParameterEstimate parameterEstimate) |
void |
InhomogeneousPMM.train(de.jstacs.data.DataSet data,
ParsimoniousElement.StructureScore structureScore,
ParsimoniousElement.ParameterEstimate parameterEstimate) |