Simple class to encapsulate a set of parameters for analyzers and/or heuristics. More...
#include <ParameterSet.h>
Public Member Functions | |
virtual | ~ParameterSet () |
The destructor. | |
Public Attributes | |
int | minLength |
int | maxLength |
int | frameSize |
int | frameShift |
int | threshold |
int | maxThreshold |
int | t |
int | u |
int | wordShift |
Protected Member Functions | |
ParameterSet (int min, int max, int fsz, int fsh, int thresh, int maxThresh, int tIn, int uIn, int ws) | |
The constructor. | |
Friends | |
class | ParameterSetManager |
Simple class to encapsulate a set of parameters for analyzers and/or heuristics.
Definition at line 40 of file ParameterSet.h.
virtual ParameterSet::~ParameterSet | ( | ) | [inline, virtual] |
ParameterSet::ParameterSet | ( | int | min, | |
int | max, | |||
int | fsz, | |||
int | fsh, | |||
int | thresh, | |||
int | maxThresh, | |||
int | tIn, | |||
int | uIn, | |||
int | ws | |||
) | [inline, protected] |
The constructor.
The constructor has been made protected to ensure that this class is never directly instantiated. Instead the class must be instantiated via the ParameterSetManager.
Definition at line 72 of file ParameterSet.h.
friend class ParameterSetManager [friend] |
Definition at line 41 of file ParameterSet.h.
Definition at line 48 of file ParameterSet.h.
Referenced by TwoPassD2::updateParameters().
Definition at line 47 of file ParameterSet.h.
Referenced by TwoPassD2::updateParameters(), and TVHeuristic::updateParameters().
Definition at line 46 of file ParameterSet.h.
Definition at line 50 of file ParameterSet.h.
Referenced by TwoPassD2::updateParameters().
Definition at line 45 of file ParameterSet.h.
int ParameterSet::t |
Definition at line 53 of file ParameterSet.h.
Referenced by TVHeuristic::updateParameters().
Definition at line 49 of file ParameterSet.h.
Referenced by TwoPassD2::updateParameters().
int ParameterSet::u |
Definition at line 56 of file ParameterSet.h.
Referenced by TVHeuristic::updateParameters().
Definition at line 57 of file ParameterSet.h.
Referenced by TVHeuristic::updateParameters().