|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Saver
Generic interface for a saver of acoustic models
Field Summary | |
---|---|
static java.lang.String |
PROP_MC_FLOOR
Mixture component score floor. |
static java.lang.String |
PROP_MW_FLOOR
Mixture weight floor. |
static java.lang.String |
PROP_SPARSE_FORM
|
static java.lang.String |
PROP_VARIANCE_FLOOR
|
Method Summary | |
---|---|
java.util.Map |
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 |
int |
getRightContextSize()
Returns the size of the right context for context dependent units |
Pool |
getSenonePool()
|
Pool |
getVariancePool()
|
Pool |
getVarianceTransformationMatrixPool()
Gets the variance transformation matrix pool |
void |
logInfo()
logs information about this loader |
void |
save(java.lang.String name,
boolean b)
|
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable |
---|
newProperties |
Field Detail |
---|
@S4Double(defaultValue=9.999999747378752E-5) static final java.lang.String PROP_VARIANCE_FLOOR
@S4Double(defaultValue=0.0) static final java.lang.String PROP_MC_FLOOR
@S4Double(defaultValue=1.0000000116860974E-7) static final java.lang.String PROP_MW_FLOOR
@S4Boolean(defaultValue=true, isNotDefined=true) static final java.lang.String PROP_SPARSE_FORM
Method Detail |
---|
Pool getMeansPool()
Pool getMeansTransformationMatrixPool()
Pool getMeansTransformationVectorPool()
Pool getVariancePool()
Pool getVarianceTransformationMatrixPool()
Pool getSenonePool()
HMMManager getHMMManager()
java.util.Map getContextIndependentUnits()
void logInfo()
int getLeftContextSize()
int getRightContextSize()
void save(java.lang.String name, boolean b) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |