Show classification report in b_manage

This commit is contained in:
2024-05-12 12:52:22 +02:00
parent f88b223c46
commit 07a2efb298
3 changed files with 11 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ namespace platform {
ReportConsole report(result.getJson());
report.show();
if (classification_report) {
report.showClassificationReport();
std::cout << Colors::BLUE() << report.showClassificationReport() << Colors::RESET();
}
}
void Experiment::show()