#include <transition-model.h>

Collaboration diagram for MapTransitionUpdateConfig:

Public Member Functions

 MapTransitionUpdateConfig ()
 
void Register (OptionsItf *opts)
 

Public Attributes

BaseFloat tau
 
bool share_for_pdfs
 

Detailed Description

Definition at line 109 of file transition-model.h.

Constructor & Destructor Documentation

◆ MapTransitionUpdateConfig()

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 114 of file transition-model.h.

References OptionsItf::Register().

Referenced by main().

114  {
115  opts->Register("transition-tau", &tau, "Tau value for MAP estimation of transition "
116  "probabilities.");
117  opts->Register("share-for-pdfs", &share_for_pdfs,
118  "If true, share all transition parameters where the states "
119  "have the same pdf.");
120  }

Member Data Documentation

◆ share_for_pdfs

bool share_for_pdfs

◆ tau


The documentation for this struct was generated from the following file: