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

SimpleKLParameter::QueryModelParam Struct Reference

#include <SimpleKLDocModel.hpp>

List of all members.

Public Attributes

enum QueryUpdateMethod fbMethod
 query model re-estimation/updating method.

double fbCoeff
 Q_new = (1-fbCoeff)*Q_old + fbCoeff*FBModel.

int fbTermCount
 how many terms to use for the re-estimated query model.

double fbPrTh
 feedback query model term probability threshold (only terms with a higher prob. will be used.

double fbPrSumTh
 feedback query model prob. sum threshold (taking terms up to the point, where the accumulated prob. mass exceeds the threshold.

double fbMixtureNoise
 collection influence coefficient (e.g., in mixture model and divergence minimization methods).

int emIterations


Member Data Documentation

int SimpleKLParameter::QueryModelParam::emIterations
 

double SimpleKLParameter::QueryModelParam::fbCoeff
 

Q_new = (1-fbCoeff)*Q_old + fbCoeff*FBModel.

enum QueryUpdateMethod SimpleKLParameter::QueryModelParam::fbMethod
 

query model re-estimation/updating method.

double SimpleKLParameter::QueryModelParam::fbMixtureNoise
 

collection influence coefficient (e.g., in mixture model and divergence minimization methods).

double SimpleKLParameter::QueryModelParam::fbPrSumTh
 

feedback query model prob. sum threshold (taking terms up to the point, where the accumulated prob. mass exceeds the threshold.

double SimpleKLParameter::QueryModelParam::fbPrTh
 

feedback query model term probability threshold (only terms with a higher prob. will be used.

int SimpleKLParameter::QueryModelParam::fbTermCount
 

how many terms to use for the re-estimated query model.


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