#include <decodable-am-diag-gmm.h>
|
| | DecodableAmDiagGmmScaled (const AmDiagGmm &am, const TransitionModel &tm, const Matrix< BaseFloat > &feats, BaseFloat scale, BaseFloat log_sum_exp_prune=-1.0) |
| |
| | DecodableAmDiagGmmScaled (const AmDiagGmm &am, const TransitionModel &tm, BaseFloat scale, BaseFloat log_sum_exp_prune, Matrix< BaseFloat > *feats) |
| |
| virtual BaseFloat | LogLikelihood (int32 frame, int32 tid) |
| | Returns the log likelihood, which will be negated in the decoder. More...
|
| |
| virtual int32 | NumIndices () const |
| | Returns the number of states in the acoustic model (they will be indexed one-based, i.e. More...
|
| |
| const TransitionModel * | TransModel () |
| |
| virtual | ~DecodableAmDiagGmmScaled () |
| |
| | DecodableAmDiagGmmUnmapped (const AmDiagGmm &am, const Matrix< BaseFloat > &feats, BaseFloat log_sum_exp_prune=-1.0) |
| | If you set log_sum_exp_prune to a value greater than 0 it will prune in the LogSumExp operation (larger = more exact); I suggest 5. More...
|
| |
| virtual int32 | NumFramesReady () const |
| | The call NumFramesReady() will return the number of frames currently available for this decodable object. More...
|
| |
| virtual bool | IsLastFrame (int32 frame) const |
| | Returns true if this is the last frame. More...
|
| |
| virtual | ~DecodableInterface () |
| |
Definition at line 121 of file decodable-am-diag-gmm.h.
◆ DecodableAmDiagGmmScaled() [1/2]
Definition at line 123 of file decodable-am-diag-gmm.h.
Matrix< BaseFloat > * delete_feats_
const TransitionModel & trans_model_
DecodableAmDiagGmmUnmapped(const AmDiagGmm &am, const Matrix< BaseFloat > &feats, BaseFloat log_sum_exp_prune=-1.0)
If you set log_sum_exp_prune to a value greater than 0 it will prune in the LogSumExp operation (larg...
◆ DecodableAmDiagGmmScaled() [2/2]
Definition at line 133 of file decodable-am-diag-gmm.h.
Matrix< BaseFloat > * delete_feats_
const TransitionModel & trans_model_
DecodableAmDiagGmmUnmapped(const AmDiagGmm &am, const Matrix< BaseFloat > &feats, BaseFloat log_sum_exp_prune=-1.0)
If you set log_sum_exp_prune to a value greater than 0 it will prune in the LogSumExp operation (larg...
◆ ~DecodableAmDiagGmmScaled()
◆ KALDI_DISALLOW_COPY_AND_ASSIGN()
◆ LogLikelihood()
◆ NumIndices()
| virtual int32 NumIndices |
( |
| ) |
const |
|
inlinevirtual |
Returns the number of states in the acoustic model (they will be indexed one-based, i.e.
from 1 to NumIndices(); this is for compatibility with OpenFst).
Reimplemented from DecodableAmDiagGmmUnmapped.
Definition at line 147 of file decodable-am-diag-gmm.h.
const TransitionModel & trans_model_
int32 NumTransitionIds() const
Returns the total number of transition-ids (note, these are one-based).
◆ TransModel()
◆ delete_feats_
◆ scale_
◆ trans_model_
The documentation for this class was generated from the following file: