| Modifier and Type | Class and Description |
|---|---|
class |
CompositeSenone
Represents a composite senone.
|
class |
GaussianMixture
Represents a concrete implementation of a simple
senone. |
class |
ScoreCachingSenone
Implements a Senone that contains a cache of the last scored data.
|
| Modifier and Type | Field and Description |
|---|---|
protected Pool<Senone> |
Sphinx3Loader.senonePool |
| Modifier and Type | Method and Description |
|---|---|
Senone |
SenoneHMMState.getSenone()
Gets the senone for this HMM state
|
Senone |
TiedStateAcousticModel.getSenone(long id) |
Senone[] |
SenoneSequence.getSenones()
Returns the ordered set of senones for this sequence
|
Senone[] |
CompositeSenone.getSenones()
Returns the set of senones that compose this composite senone.
|
| Modifier and Type | Method and Description |
|---|---|
protected Pool<Senone> |
Sphinx3Loader.createSenonePool(float distFloor,
float varianceFloor)
Creates the senone pool from the rest of the pools.
|
Pool<Senone> |
Sphinx3Loader.getSenonePool() |
Pool<Senone> |
Saver.getSenonePool()
Gets the senone pool for this loader.
|
Pool<Senone> |
Loader.getSenonePool()
Gets the senone pool for this loader.
|
Pool<Senone> |
KaldiLoader.getSenonePool()
Gets the senone pool for this loader.
|
Pool<Senone> |
HTKLoader.getSenonePool() |
| Modifier and Type | Method and Description |
|---|---|
static CompositeSenone |
CompositeSenone.create(java.util.Collection<Senone> senoneCollection,
float weight)
a factory method that creates a CompositeSenone from a list of senones.
|
| Constructor and Description |
|---|
CompositeSenone(Senone[] senones,
float weight)
Constructs a CompositeSenone given the set of constituent senones
|
SenoneSequence(Senone[] sequence)
Constructs a senone sequence
|
| Constructor and Description |
|---|
LazyHmmManager(KaldiTextParser parser,
TransitionModel transitionModel,
Pool<Senone> senonePool,
java.util.Map<java.lang.String,java.lang.Integer> symbolTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiagGmm
Gaussian Mixture Model with diagonal covariances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetBasedGaussianMixture
Represents gaussian mixture that is based on provided mixture component set
|
| Modifier and Type | Method and Description |
|---|---|
Senone |
TrainerScore.getSenone()
Retrieves the senone.
|
| Modifier and Type | Method and Description |
|---|---|
Pool<Senone> |
Sphinx3Saver.getSenonePool() |
Pool<Senone> |
ModelInitializerLoader.getSenonePool() |