Modifier and Type | Field and Description |
---|---|
protected ParsimoniousElement.LearningMethod |
AbstractParsimoniousModel.learningMethod |
Modifier and Type | Method and Description |
---|---|
ParsimoniousElement.LearningMethod |
AbstractParsimoniousModel.getLearningMethod() |
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.LearningMethod |
ParsimoniousElement.LearningMethod.parseString(java.lang.String s) |
static ParsimoniousElement.LearningMethod |
ParsimoniousElement.LearningMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.LearningMethod[] |
ParsimoniousElement.LearningMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|