Add train classification report

This commit is contained in:
2024-05-14 11:45:54 +02:00
parent 99c9c6731f
commit 5c190d7c66
6 changed files with 85 additions and 28 deletions

View File

@@ -4,6 +4,8 @@
#include "common/Colors.h"
#include <sstream>
#include "ReportBase.h"
#include "main/Scores.h"
namespace platform {
const int MAXL = 133;
@@ -24,6 +26,7 @@ namespace platform {
void do_body();
void footer(double totalScore);
void showSummary() override;
Scores aggregateScore(std::string key);
std::stringstream sheader;
std::stringstream sbody;
std::vector<std::string> vbody;