47 #ifndef CLASSIFICATIONSTATISTICS_HH 48 #define CLASSIFICATIONSTATISTICS_HH 89 void calcStatistics(
const std::vector<double>& trueLabels,
90 const std::vector<double>& predictedLabels,
91 std::vector<SingleClassResult>& resultTable);
93 void prettyPrintStatistics(
94 const std::vector<SingleClassResult>& resultTable, std::ostream& os );
96 void prettyPrintConfusionTable(
97 const std::vector<double>& trueLabels,
98 const std::vector<double>& predictedLabels,