FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::RandGenOptions< Selector > Struct Template Reference

#include <randgen.h>

Public Member Functions

 RandGenOptions (const Selector &selector, int32_t max_length=std::numeric_limits< int32_t >::max(), int32_t npath=1, bool weighted=false, bool remove_total_weight=false)
 

Public Attributes

const Selector & selector
 
int32_t max_length
 
int32_t npath
 
bool weighted
 
bool remove_total_weight
 

Detailed Description

template<class Selector>
struct fst::RandGenOptions< Selector >

Definition at line 655 of file randgen.h.

Constructor & Destructor Documentation

template<class Selector>
fst::RandGenOptions< Selector >::RandGenOptions ( const Selector &  selector,
int32_t  max_length = std::numeric_limits<int32_t>::max(),
int32_t  npath = 1,
bool  weighted = false,
bool  remove_total_weight = false 
)
inlineexplicit

Definition at line 663 of file randgen.h.

Member Data Documentation

template<class Selector>
int32_t fst::RandGenOptions< Selector >::max_length

Definition at line 657 of file randgen.h.

template<class Selector>
int32_t fst::RandGenOptions< Selector >::npath

Definition at line 658 of file randgen.h.

template<class Selector>
bool fst::RandGenOptions< Selector >::remove_total_weight

Definition at line 661 of file randgen.h.

template<class Selector>
const Selector& fst::RandGenOptions< Selector >::selector

Definition at line 656 of file randgen.h.

template<class Selector>
bool fst::RandGenOptions< Selector >::weighted

Definition at line 659 of file randgen.h.


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