#include <decodable-sum.h>
|
| DecodableSumScaled (DecodableInterface *d1, BaseFloat w1, DecodableInterface *d2, BaseFloat w2, BaseFloat scale) |
|
| DecodableSumScaled (const std::vector< std::pair< DecodableInterface *, BaseFloat > > &decodables, BaseFloat scale) |
|
virtual BaseFloat | LogLikelihood (int32 frame, int32 state_index) |
| Returns the log likelihood, which will be negated in the decoder. More...
|
|
| DecodableSum (DecodableInterface *d1, BaseFloat w1, DecodableInterface *d2, BaseFloat w2) |
|
| DecodableSum (const std::vector< std::pair< DecodableInterface *, BaseFloat > > &decodables) |
|
void | CheckSizes () const |
|
virtual int32 | NumIndices () const |
| Returns the number of states in the acoustic model (they will be indexed one-based, i.e. More...
|
|
virtual bool | IsLastFrame (int32 frame) const |
| Returns true if this is the last frame. More...
|
|
virtual int32 | NumFramesReady () const |
| The call NumFramesReady() will return the number of frames currently available for this decodable object. More...
|
|
virtual | ~DecodableInterface () |
|
Definition at line 86 of file decodable-sum.h.
◆ DecodableSumScaled() [1/2]
Definition at line 88 of file decodable-sum.h.
DecodableSum(DecodableInterface *d1, BaseFloat w1, DecodableInterface *d2, BaseFloat w2)
◆ DecodableSumScaled() [2/2]
Definition at line 93 of file decodable-sum.h.
DecodableSum(DecodableInterface *d1, BaseFloat w1, DecodableInterface *d2, BaseFloat w2)
◆ KALDI_DISALLOW_COPY_AND_ASSIGN()
◆ LogLikelihood()
Returns the log likelihood, which will be negated in the decoder.
The "frame" starts from zero. You should verify that NumFramesReady() > frame before calling this.
Reimplemented from DecodableSum.
Definition at line 97 of file decodable-sum.h.
References DecodableSum::LogLikelihood().
virtual BaseFloat LogLikelihood(int32 frame, int32 state_index)
Returns the log likelihood, which will be negated in the decoder.
◆ scale_
The documentation for this class was generated from the following file: