|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Loader
Generic interface for a loader of acoustic models
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,Unit> |
getContextIndependentUnits()
Returns the map of context indepent units. |
HMMManager |
getHMMManager()
Returns the HMM Manager for this loader |
int |
getLeftContextSize()
Returns the size of the left context for context dependent units |
Pool |
getMeansPool()
Gets the pool of means for this loader |
Pool |
getMeansTransformationMatrixPool()
Gets the pool of means transformation matrices for this loader |
Pool |
getMeansTransformationVectorPool()
Gets the pool of means transformation vectors for this loader |
Pool |
getMixtureWeightPool()
Gets the mixture weight pool |
int |
getRightContextSize()
Returns the size of the right context for context dependent units |
Pool |
getSenonePool()
Gets the senone pool for this loader |
Pool |
getTransitionMatrixPool()
Gets the transition matrix pool |
Pool |
getVariancePool()
Gets the variance pool |
Pool |
getVarianceTransformationMatrixPool()
Gets the variance transformation matrix pool |
void |
load()
Loads the acoustic model |
void |
logInfo()
logs information about this loader |
| Methods inherited from interface edu.cmu.sphinx.util.props.Configurable |
|---|
newProperties |
| Method Detail |
|---|
void load()
throws java.io.IOException
java.io.IOException - if an error occurs while loading the modelPool getMeansPool()
Pool getMeansTransformationMatrixPool()
Pool getMeansTransformationVectorPool()
Pool getVariancePool()
Pool getVarianceTransformationMatrixPool()
Pool getMixtureWeightPool()
Pool getTransitionMatrixPool()
Pool getSenonePool()
HMMManager getHMMManager()
java.util.Map<java.lang.String,Unit> getContextIndependentUnits()
void logInfo()
int getLeftContextSize()
int getRightContextSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||