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 are successively covered.

Subclassed by seco::IDecomposableStatistics< RuleEvaluationFactory >

Public Functions

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

Returns the fraction of statistics that remain to be covered.

Returns:

The fraction of statistics that remain to be covered