QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Classes | Functions
quickrank::metric::ir Namespace Reference

Classes

class  Dcg
 This class implements the Discounted cumulative Gain DCG@K measure. More...
 
class  Map
 This class implements the average precision AP@k measure. More...
 
class  Metric
 This class implements the basic functionalities of an IR evaluation metric. More...
 
class  Ndcg
 This class implements the Normalized Discounted cumulative Gain NDCG@k measure. More...
 
class  Tndcg
 This class implements a Tie-aware version of Normalized Discounted Cumulative Gain TNDCG@k measure. More...
 

Functions

std::shared_ptr< Metricir_metric_factory (std::string metric, size_t cutoff)
 

Function Documentation

std::shared_ptr<Metric> quickrank::metric::ir::ir_metric_factory ( std::string  metric,
size_t  cutoff 
)