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

@@ -14,7 +14,7 @@ namespace platform {
std::string fileReport();
std::string getHeader() { do_header(); do_body(); return sheader.str(); }
std::vector<std::string>& getBody() { return vbody; }
void showClassificationReport();
std::string showClassificationReport();
private:
int selectedIndex;
std::string headerLine(const std::string& text, int utf);