File quality.hpp

struct Quality
#include <quality.hpp>

A struct that stores a numerical score that represents a quality.

Subclassed by IEvaluatedPrediction, IScoreVector

Public Functions

inline Quality()
inline Quality(float64 quality)
Parameters:

quality – A numerical score that represents the quality

inline Quality(const Quality &other)
Parameters:

other – A reference to an object of type Quality to be copied

inline Quality &operator=(const Quality &rhs)

Assigns the numerical score of an existing object to this object.

Parameters:

rhs – A reference to the existing object

Returns:

A reference to the modified object

Public Members

float64 quality

A numerical score that represents the quality.