QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Namespaces | Typedefs
quickrank Namespace Reference

Namespaces

 data
 
 driver
 
 io
 
 learning
 
 metric
 
 optimization
 

Typedefs

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

Typedef Documentation

typedef float quickrank::Feature

data type for instance predicted label

typedef SymMatrix<double> quickrank::Jacobian

data type for evaluation metric final outcome

typedef float quickrank::Label
typedef double quickrank::MetricScore

data type for QueryID in L-t-R datasets

typedef unsigned int quickrank::QueryID

data type for instance feature

typedef double quickrank::Score

data type for instance truth label