Remove platformUtils and split Datasets & Dataset

This commit is contained in:
2023-09-29 18:20:46 +02:00
parent bb423da42f
commit 66ec1b343b
18 changed files with 326 additions and 434 deletions

View File

@@ -4,7 +4,6 @@
namespace platform {
class Paths {
public:
static std::string datasets() { return "datasets/"; }
static std::string results() { return "results/"; }
static std::string excel() { return "excel/"; }
};