File statistics.hpp

namespace seco
class ICoverageStatistics : public IStatistics
#include <statistics.hpp>

Defines an interface for all classes that allow to store the elements of confusion matrices that have been computed based on a weight matrix and the ground truth labels of the training examples.

Subclassed by seco::ILabelWiseStatistics< RuleEvaluationFactory >

Public Functions

inline virtual ~ICoverageStatistics() override
virtual float64 getSumOfUncoveredWeights() const = 0

Returns the sum of the weights of all labels that remain to be covered.

Returns:

The sum of the weights