Add show dataset detail in report

This commit is contained in:
2023-09-05 09:26:49 +02:00
parent 0b7beda78c
commit 64fc7bd9dd
4 changed files with 46 additions and 12 deletions

View File

@@ -42,10 +42,12 @@ namespace platform {
string model;
string scoreName;
bool complete;
bool indexList = true;
vector<Result> files;
void load(); // Loads the list of results
void show() const;
void report(const int index, const bool excelReport) const;
void showIndex(const int index, const int idx) const;
int getIndex(const string& intent) const;
void menu();
void sortList();