Public Types | Public Member Functions | Public Attributes

fst::RmEpsilonOptions< Arc, Queue > Class Template Reference

#include <fst/rmepsilon.h>

Inherits ShortestDistanceOptions< Arc, Queue, EpsilonArcFilter< Arc > >.

Collaboration diagram for fst::RmEpsilonOptions< Arc, Queue >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Arc::StateId StateId
typedef Arc::Weight Weight

Public Member Functions

 RmEpsilonOptions (Queue *q, float d=kDelta, bool c=true, Weight w=Weight::Zero(), StateId n=kNoStateId)

Public Attributes

bool connect
 Connect output.
Weight weight_threshold
 Pruning weight threshold.
StateId state_threshold
 Pruning state threshold.

Detailed Description

template<class Arc, class Queue>
class fst::RmEpsilonOptions< Arc, Queue >

Definition at line 49 of file rmepsilon.h.


Member Typedef Documentation

template<class Arc, class Queue>
typedef Arc::StateId fst::RmEpsilonOptions< Arc, Queue >::StateId
template<class Arc, class Queue>
typedef Arc::Weight fst::RmEpsilonOptions< Arc, Queue >::Weight

Definition at line 53 of file rmepsilon.h.


Constructor & Destructor Documentation

template<class Arc, class Queue>
fst::RmEpsilonOptions< Arc, Queue >::RmEpsilonOptions ( Queue *  q,
float  d = kDelta,
bool  c = true,
Weight  w = Weight::Zero(),
StateId  n = kNoStateId 
) [inline, explicit]

Definition at line 59 of file rmepsilon.h.


Member Data Documentation

template<class Arc, class Queue>
bool fst::RmEpsilonOptions< Arc, Queue >::connect

Connect output.

Definition at line 55 of file rmepsilon.h.

template<class Arc, class Queue>
StateId fst::RmEpsilonOptions< Arc, Queue >::state_threshold

Pruning state threshold.

Definition at line 57 of file rmepsilon.h.

template<class Arc, class Queue>
Weight fst::RmEpsilonOptions< Arc, Queue >::weight_threshold

Pruning weight threshold.

Definition at line 56 of file rmepsilon.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines