| Package | Description |
|---|---|
| edu.gtts.sautrela.wfsa |
Provides classes for Markov modeling
|
| Modifier and Type | Method and Description |
|---|---|
Trainer.TargetType |
Trainer.getTargetType()
Getter for property targetType.
|
static Trainer.TargetType |
Trainer.TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trainer.TargetType[] |
Trainer.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trainer.setTargetType(Trainer.TargetType type)
Setter for property targetType.
|