File prediction_evaluated.hpp

class IEvaluatedPrediction : public IPrediction, public Quality
#include <prediction_evaluated.hpp>

Defines an interface for all classes that store the scores that are predicted by a rule, as well as a numerical score that assesses the overall quality of the rule.

Subclassed by CompletePrediction< ScoreType >, PartialPrediction< ScoreType >

Public Functions

inline virtual ~IEvaluatedPrediction() override