QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Namespaces | Typedefs
types.h File Reference
#include <vector>
#include "utils/symmatrix.h"

Go to the source code of this file.

Namespaces

 quickrank
 

Typedefs

typedef float quickrank::Label
 
typedef double quickrank::Score
 data type for instance truth label More...
 
typedef float quickrank::Feature
 data type for instance predicted label More...
 
typedef unsigned int quickrank::QueryID
 data type for instance feature More...
 
typedef double quickrank::MetricScore
 data type for QueryID in L-t-R datasets More...
 
typedef SymMatrix< double > quickrank::Jacobian
 data type for evaluation metric final outcome More...