edu.cmu.sphinx.linguist.acoustic.tiedstate
Interface Saver


public interface Saver

Generic interface for a saver of acoustic models


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
 

Method Detail

getMeansPool

public Pool getMeansPool()
Gets the pool of means for this loader

Returns:
the pool

getMeansTransformationMatrixPool

public Pool getMeansTransformationMatrixPool()
Gets the pool of means transformation matrices for this loader

Returns:
the pool

getMeansTransformationVectorPool

public Pool getMeansTransformationVectorPool()
Gets the pool of means transformation vectors for this loader

Returns:
the pool

getVariancePool

public Pool getVariancePool()

getVarianceTransformationMatrixPool

public Pool getVarianceTransformationMatrixPool()
Gets the variance transformation matrix pool

Returns:
the pool

getSenonePool

public Pool getSenonePool()

getHMMManager

public HMMManager getHMMManager()
Returns the HMM Manager for this loader

Returns:
the HMM Manager

getContextIndependentUnits

public java.util.Map getContextIndependentUnits()
Returns the map of context indepent units. The map can be accessed by unit name.

Returns:
the map of context independent units.

logInfo

public void logInfo()
logs information about this loader


getLeftContextSize

public int getLeftContextSize()
Returns the size of the left context for context dependent units

Returns:
the left context size

getRightContextSize

public int getRightContextSize()
Returns the size of the right context for context dependent units

Returns:
the left context size