File heuristic_recall.hpp

namespace seco
class RecallConfig : public seco::IHeuristicConfig
#include <heuristic_recall.hpp>

Allows to configure a heuristic that measures the fraction of uncovered labels among all labels for which a rule’s prediction is (or would be) correct, i.e., for which the ground truth is equal to the rule’s prediction.

Public Functions

virtual std::unique_ptr<IHeuristicFactory> createHeuristicFactory() const override

Creates and returns a new object of type IHeuristicFactory according to the specified configuration.

Returns:

An unique pointer to an object of type IHeuristicFactory that has been created