xapian-core  1.4.25
Namespaces | Functions
tfidfweight.cc File Reference

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"
+ Include dependency graph for tfidfweight.cc:

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)
 

Detailed Description

Xapian::TfIdfWeight class - The TfIdf weighting scheme.

Definition in file tfidfweight.cc.