public class HmmInnovation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
HmmInnovation(int state,
double observation)
Construct an HMM innovation.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getObservation()
Get the observation associated with the hidden state.
|
int |
getState()
Get the hidden state.
|