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

SimpleKLParameter::QueryModelParam Struct Reference

#include <SimpleKLDocModel.hpp>

List of all members.

Public Attributes

enum adjustedScoreMethods adjScoreMethod
double qryNoise
 query noise coefficient

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

enum adjustedScoreMethods SimpleKLParameter::QueryModelParam::adjScoreMethod
 

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

double SimpleKLParameter::QueryModelParam::qryNoise
 

query noise coefficient


The documentation for this struct was generated from the following file:
Generated on Tue Jun 15 11:03:08 2010 for Lemur by doxygen 1.3.4