Add variable width of dataset name in reports

This commit is contained in:
2023-10-22 22:58:52 +02:00
parent 833acefbb3
commit 7bcd2eed06
4 changed files with 14 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ namespace platform {
public:
Result(const string& path, const string& filename);
json load() const;
string to_string() const;
string to_string(int maxModel) const;
string getFilename() const { return filename; };
string getDate() const { return date; };
double getScore() const { return score; };