JASSv2
Classes
ranking_function_none.h File Reference

Ranking function that returns the TF score - used for term frequency scaling into the quantized range. More...

#include <math.h>
#include <stdio.h>
#include <stdint.h>
#include <vector>
#include "forceinline.h"
#include "compress_integer.h"
#include "index_postings_impact.h"
Include dependency graph for ranking_function_none.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::ranking_function_none
 Ranking function that returns the TF score - used for term frequency scaling into the quantized range. More...
 

Detailed Description

Ranking function that returns the TF score - used for term frequency scaling into the quantized range.

Author
Andrew Trotman