| Package | Description |
|---|---|
| edu.gtts.sautrela.wfsa |
Provides classes for Markov modeling
|
| Modifier and Type | Method and Description |
|---|---|
EntropyEstimator.TargetType |
EntropyEstimator.getTargetType()
Getter for property targetType.
|
static EntropyEstimator.TargetType |
EntropyEstimator.TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntropyEstimator.TargetType[] |
EntropyEstimator.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 |
EntropyEstimator.setTargetType(EntropyEstimator.TargetType type)
Setter for property targetType.
|