Scorer Class Reference

#include <reordering_classes.h>

Inheritance diagram for Scorer:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Scorer ()
virtual void score (const std::vector< double > &, std::vector< double > &) const =0
virtual void createSmoothing (const std::vector< double > &, double, std::vector< double > &) const =0
virtual void createConstSmoothing (double, std::vector< double > &) const =0


Detailed Description

Definition at line 73 of file reordering_classes.h.


Constructor & Destructor Documentation

virtual Scorer::~Scorer (  )  [inline, virtual]

Definition at line 76 of file reordering_classes.h.


Member Function Documentation

virtual void Scorer::createConstSmoothing ( double  ,
std::vector< double > &   
) const [pure virtual]

Implemented in ScorerMSLR, ScorerMSD, ScorerMonotonicity, and ScorerLR.

Referenced by Model::createConstSmoothing().

Here is the caller graph for this function:

virtual void Scorer::createSmoothing ( const std::vector< double > &  ,
double  ,
std::vector< double > &   
) const [pure virtual]

Implemented in ScorerMSLR, ScorerMSD, ScorerMonotonicity, and ScorerLR.

Referenced by Model::createSmoothing().

Here is the caller graph for this function:

virtual void Scorer::score ( const std::vector< double > &  ,
std::vector< double > &   
) const [pure virtual]


The documentation for this class was generated from the following file:

Generated on Thu Jul 6 00:32:00 2017 for Moses by  doxygen 1.5.9