PldaEstimationConfig Struct Reference

#include <plda.h>

Collaboration diagram for PldaEstimationConfig:

Public Member Functions

 PldaEstimationConfig ()
 
void Register (OptionsItf *opts)
 

Public Attributes

int32 num_em_iters
 

Detailed Description

Definition at line 226 of file plda.h.

Constructor & Destructor Documentation

◆ PldaEstimationConfig()

Definition at line 228 of file plda.h.

228 : num_em_iters(10){ }

Member Function Documentation

◆ Register()

void Register ( OptionsItf opts)
inline

Definition at line 229 of file plda.h.

References OptionsItf::Register().

Referenced by main().

229  {
230  opts->Register("num-em-iters", &num_em_iters,
231  "Number of iterations of E-M used for PLDA estimation");
232  }

Member Data Documentation

◆ num_em_iters

int32 num_em_iters

Definition at line 227 of file plda.h.

Referenced by PldaEstimator::Estimate().


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