| Modifier and Type | Method and Description |
|---|---|
HMMState |
HMMSearchState.getHMMState()
Gets the hmm state
|
| Modifier and Type | Method and Description |
|---|---|
HMMState |
HMMStateArc.getHMMState()
Gets the HMM associated with this state
|
HMMState |
HMM.getInitialState()
Gets the initial states (with probabilities) for this HMM
|
HMMState |
HMM.getState(int which) |
| Constructor and Description |
|---|
HMMStateArc(HMMState hmmState,
float probability)
Constructs an HMMStateArc
|
| Modifier and Type | Class and Description |
|---|---|
class |
SenoneHMMState
Represents a single state in an HMM
|
| Modifier and Type | Method and Description |
|---|---|
HMMState |
SenoneHMM.getInitialState()
Gets the initial states (with probabilities) for this HMM
|
HMMState |
SenoneHMM.getState(int which)
Retrieves the hmm state
|
| Modifier and Type | Method and Description |
|---|---|
HMMState |
TrainerScore.getState()
Retrieves the HMM state.
|
| Constructor and Description |
|---|
TrainerScore(Data feature,
float probability,
HMMState state)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
HMMState state,
float[] logComponentProb)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
HMMState state,
float logAlpha,
float[] logComponentProb)
Creates a new buffer
|
TrainerScore(Data feature,
float probability,
HMMState state,
float logAlpha,
float logBeta,
float[] logComponentProb)
Creates a new buffer
|
| Constructor and Description |
|---|
PhoneHmmSearchState(HMMState hmmState,
AllphoneLinguist linguist,
float insertionProb,
float languageProb) |
| Modifier and Type | Method and Description |
|---|---|
HMMState |
HMMStateState.getHMMState()
Gets the hmmState associated with this state
|
| Constructor and Description |
|---|
HMMStateState(SentenceHMMState parent,
HMMState hmmState)
Creates a HMMStateState
|
NonEmittingHMMState(SentenceHMMState parent,
HMMState hmmState)
Creates a NonEmittingHMMState
|
| Modifier and Type | Method and Description |
|---|---|
HMMState |
LexTreeLinguist.LexTreeHMMState.getHMMState()
returns the HMM state associated with this state
|