|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
public class HMMManager
Manages HMMs. This HMMManager groups HMMs together by their position with the word.
| Constructor Summary | |
|---|---|
HMMManager()
|
|
| Method Summary | |
|---|---|
HMM |
get(HMMPosition position,
Unit unit)
Retrieves an HMM by position and unit |
java.util.Iterator<HMM> |
iterator()
Gets an iterator that iterates through all HMMs |
void |
logInfo(java.util.logging.Logger logger)
Log information about this manager |
void |
put(HMM hmm)
Put an HMM into this manager |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HMMManager()
| Method Detail |
|---|
public void put(HMM hmm)
hmm - the hmm to manage
public HMM get(HMMPosition position,
Unit unit)
position - the position of the HMMunit - the unit that this HMM represents
public java.util.Iterator<HMM> iterator()
iterator in interface java.lang.Iterable<HMM>public void logInfo(java.util.logging.Logger logger)
logger - logger to use for this logInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||