public class Stats
extends java.lang.Object
| Constructor and Description |
|---|
Stats(Loader loader,
ClusteredDensityFileData means) |
| Modifier and Type | Method and Description |
|---|---|
void |
collect(SpeechResult result)
This method is used for directly collect and use counts.
|
Transform |
createTransform() |
void |
fillRegLowerPart()
Fill lower part of Legetter's set of G matrices.
|
ClusteredDensityFileData |
getClusteredData() |
int |
getFrames() |
double[][][][][] |
getRegLs() |
double[][][][] |
getRegRs() |
public Stats(Loader loader, ClusteredDensityFileData means)
public ClusteredDensityFileData getClusteredData()
public double[][][][][] getRegLs()
public double[][][][] getRegRs()
public void collect(SpeechResult result) throws java.lang.Exception
result - Result object to collect counts from.java.lang.Exception - if something went wrongpublic void fillRegLowerPart()
public Transform createTransform()
public int getFrames()