| Package | Description |
|---|---|
| ai.idylnlp.models.opennlp.training.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingAlgorithm |
TrainingAlgorithm.fromValue(String algorithm)
Gets the
TrainingAlgorithm from a string value or
throws an IllegalArgumentException if the algorithm
string value is not a valid algorithm. |
static TrainingAlgorithm |
TrainingAlgorithm.getDefaultAlgorithm()
Gets the default
TrainingAlgorithm. |
static TrainingAlgorithm |
TrainingAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingAlgorithm[] |
TrainingAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.