xapian-core
1.4.26
|
Xapian::TfIdfWeight class - The TfIdf weighting scheme. More...
#include <config.h>
#include "xapian/weight.h"
#include <cmath>
#include <cstring>
#include "debuglog.h"
#include "omassert.h"
#include "xapian/error.h"
Go to the source code of this file.
Namespaces | |
Xapian | |
The Xapian namespace contains public interfaces for the Xapian library. | |
Functions | |
static double | Xapian::get_wdfn_for_L (Xapian::termcount wdf, Xapian::termcount doclen, Xapian::termcount uniqterms) |
Xapian::TfIdfWeight class - The TfIdf weighting scheme.
Definition in file tfidfweight.cc.