Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

InterpUnigramLM Class Reference

Linear interpolation smoothing. More...

#include <UnigramLM.hpp>

Inheritance diagram for InterpUnigramLM:

SmoothedMLEstimator UnigramLM List of all members.

Public Methods

 InterpUnigramLM (Counter &counter,const char *lexiconID,UnigramLM &refLM,double refCoeff)
virtual ~InterpUnigramLM ()
virtual double probEstimate (int wordIndex,double count,double sum)
 individual model differs in its implementation of probEstimate() method.


Detailed Description

Linear interpolation smoothing.


Constructor & Destructor Documentation

InterpUnigramLM::InterpUnigramLM ( Counter & counter,
const char * lexiconID,
UnigramLM & refLM,
double refCoeff ) [inline]
 

InterpUnigramLM::~InterpUnigramLM ( ) [inline, virtual]
 


Member Function Documentation

double InterpUnigramLM::probEstimate ( int wordIndex,
double count,
double sum ) [inline, virtual]
 

individual model differs in its implementation of probEstimate() method.

Reimplemented from SmoothedMLEstimator.


The documentation for this class was generated from the following file:
Generated at Fri Jul 26 18:22:49 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000