#include <am-sgmm2.h>

Public Member Functions | |
| void | Clear () |
| bool | Empty () |
| const Vector< BaseFloat > & | GetSpeakerVector () |
| void | SetSpeakerVector (const Vector< BaseFloat > &v_s_in) |
Protected Attributes | |
| Vector< BaseFloat > | v_s |
| Speaker adaptation vector v_^{(s)}. Dim is [T]. More... | |
| Matrix< BaseFloat > | o_s |
| Per-speaker offsets o_{i}. Dimension is [I][D]. More... | |
| Vector< BaseFloat > | b_is |
| Vector< BaseFloat > | log_b_is |
| < [SSGMM]: Eq. (22) in techreport, b_i^{(s)} = (^T ^{(s)}) More... | |
| std::vector< Vector< BaseFloat > > | log_d_jms |
| < [SSGMM] log of the above (more efficient to store both). More... | |
Friends | |
| class | AmSgmm2 |
| class | MleAmSgmm2Accs |
Definition at line 165 of file am-sgmm2.h.
|
inline |
Definition at line 168 of file am-sgmm2.h.
Referenced by AmSgmm2::ComputePerSpkDerivedVars(), and main().
|
inline |
Definition at line 175 of file am-sgmm2.h.
Referenced by main().
Definition at line 178 of file am-sgmm2.h.
Referenced by main().
Definition at line 180 of file am-sgmm2.h.
References VectorBase< Real >::Dim().
Referenced by main(), and kaldi::ProcessUtterance().
|
friend |
Definition at line 185 of file am-sgmm2.h.
|
friend |
Definition at line 186 of file am-sgmm2.h.
Definition at line 189 of file am-sgmm2.h.
Referenced by MleAmSgmm2Accs::AccumulateFromPosteriors(), MleAmSgmm2Accs::CommitStatsForSpk(), AmSgmm2::ComponentLogLikes(), AmSgmm2::ComputePerSpkDerivedVars(), and AmSgmm2::GetDjms().
< [SSGMM]: Eq. (22) in techreport, b_i^{(s)} = (^T ^{(s)})
Definition at line 190 of file am-sgmm2.h.
Referenced by AmSgmm2::ComputePerFrameVars(), and AmSgmm2::ComputePerSpkDerivedVars().
< [SSGMM] log of the above (more efficient to store both).
[SSGMM] normalizers per-speaker and per-substate; indexed [j1][m].
Definition at line 191 of file am-sgmm2.h.
Referenced by AmSgmm2::ComponentLogLikes(), AmSgmm2::ComputePerSpkDerivedVars(), and AmSgmm2::GetDjms().
Per-speaker offsets o_{i}. Dimension is [I][D].
Definition at line 188 of file am-sgmm2.h.
Referenced by AmSgmm2::ComputePerFrameVars(), AmSgmm2::ComputePerSpkDerivedVars(), and AmSgmm2::GetSubstateSpeakerMean().
Speaker adaptation vector v_^{(s)}. Dim is [T].
Definition at line 187 of file am-sgmm2.h.
Referenced by MleAmSgmm2Accs::AccumulateFromPosteriors(), MleAmSgmm2Accs::CommitStatsForSpk(), AmSgmm2::ComponentLogLikes(), AmSgmm2::ComputePerFrameVars(), AmSgmm2::ComputePerSpkDerivedVars(), and AmSgmm2::GetSubstateSpeakerMean().