File statistics.hpp

namespace seco
class ICoverageStatistics : public virtual 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 of the training examples.

Subclassed by seco::IDecomposableStatistics< RuleEvaluationFactory >

Public Functions

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

Returns the sum of the weights of all examples and outputs that remain to be covered.

Returns:

The sum of the weights