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