|
|||||||||
| 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<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<float[]> |
getMeansPool()
Gets the pool of means for this loader. |
Pool<float[][]> |
getMeansTransformationMatrixPool()
Gets the pool of means transformation matrices for this loader. |
Pool<float[]> |
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<Senone> |
getSenonePool()
Gets the senone pool for this loader. |
Pool<float[]> |
getVariancePool()
Gets the variance pool. |
Pool<float[][]> |
getVarianceTransformationMatrixPool()
Gets the variance transformation matrix pool. |
Pool<float[]> |
getVarianceTransformationVectorPool()
Gets the variance transformation vectorpool. |
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) static final java.lang.String PROP_SPARSE_FORM
| Method Detail |
|---|
Pool<float[]> getMeansPool()
Pool<float[][]> getMeansTransformationMatrixPool()
Pool<float[]> getMeansTransformationVectorPool()
Pool<float[]> getVariancePool()
Pool<float[][]> getVarianceTransformationMatrixPool()
Pool<float[]> getVarianceTransformationVectorPool()
Pool<Senone> getSenonePool()
HMMManager getHMMManager()
java.util.Map<java.lang.String,Unit> 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 | ||||||||