public interface HMM
Modifier and Type | Method and Description |
---|---|
Unit |
getBaseUnit()
Gets the base unit associated with this HMM
|
HMMState |
getInitialState()
Gets the initial states (with probabilities) for this HMM
|
int |
getOrder()
Returns the order of the HMM
|
HMMPosition |
getPosition()
Retrieves the position of this HMM.
|
HMMState |
getState(int which) |
Unit |
getUnit()
Gets the unit associated with this HMM
|
Unit getUnit()
Unit getBaseUnit()
HMMState getState(int which)
which
- the state of interestint getOrder()
HMMPosition getPosition()
HMMState getInitialState()