#include "UnigramLM.hpp"
#include "SimpleKLDocModel.hpp"
#include "TextQueryRetMethod.hpp"
#include "Param.hpp"
#include <math.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | lemur |
namespace | lemur::retrieval |
Defines | |
#define | CSTFBASELINE 50 |
The default tffactor tfbase values for the collection selection case and the document retrieval case. | |
#define | CSTFFACTOR 150 |
#define | DOCTFBASELINE 0.5 |
#define | DOCTFFACTOR 1.5 |
#define | MINBELIEF 0.4 |
|
The default tffactor tfbase values for the collection selection case and the document retrieval case.
|
|
|
|
|
|
|
|
|