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

MLUnigramLM Class Reference

Maximum Likelihood Estimator. More...

#include <UnigramLM.hpp>

Inheritance diagram for MLUnigramLM:

SmoothedMLEstimator UnigramLM List of all members.

Public Methods

 MLUnigramLM (const Counter &counter, const string &lexiconID)
virtual ~MLUnigramLM ()
virtual double probEstimate (int wordIndex, double count, double sum) const
 individual model differs in its implementation of probEstimate() method


Detailed Description

Maximum Likelihood Estimator.


Constructor & Destructor Documentation

MLUnigramLM::MLUnigramLM const Counter   counter,
const string &    lexiconID
[inline]
 

virtual MLUnigramLM::~MLUnigramLM   [inline, virtual]
 


Member Function Documentation

virtual double MLUnigramLM::probEstimate int    wordIndex,
double    count,
double    sum
const [inline, virtual]
 

individual model differs in its implementation of probEstimate() method

Implements SmoothedMLEstimator.


The documentation for this class was generated from the following file:
Generated on Fri Jul 2 16:25:43 2004 for Lemur Toolkit by doxygen1.2.18