您的位置:首页 > 其它

Loader API

2015-06-08 22:09 387 查看
<span style="font-size:24px;">public interface Loader extends Configurable
装载声学模型的装载器的一般接口。
本接口方法:
public void load() throws IOException;用于装载声学模型。
public Pool<float[]> getMeansPool();为此装载器获得存储均值的池即均值池(存储均值数据的数据池)。
public Pool<float[][]> getMeansTransformationMatrixPool();获得均值转换矩阵池。
public Pool<float[]> getMeansTransformationVectorPool();获得均值转移矩阵矢量池。
public Pool<float[]> getVariancePool();获得方差池(存储方差的数据池)。
public Pool<float[][]> getVarianceTransformationMatrixPool();获得方差转移矩阵池。
public Pool<float[]> getVarianceTransformationVectorPool();获得方差转移矢量池。
public Pool<float[]> getMixtureWeightPool();获得混合权重池。
public Pool<float[][]> getTransitionMatrixPool();获得转移矩阵池。</span>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  sphinx 语音识别