Modifier and Type | Field and Description |
---|---|
protected ParsimoniousElement.StructureScore |
AbstractParsimoniousModel.usedStructureScore |
Modifier and Type | Method and Description |
---|---|
void |
AbstractParsimoniousModel.setStructureScore(ParsimoniousElement.StructureScore structureScore) |
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.StructureScore |
ParsimoniousElement.StructureScore.parseString(java.lang.String s) |
static ParsimoniousElement.StructureScore |
ParsimoniousElement.StructureScore.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.StructureScore[] |
ParsimoniousElement.StructureScore.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) |