Refactor experiment crossvalidation

This commit is contained in:
2023-07-29 19:00:39 +02:00
parent cb54f61a69
commit 7222119dfb
6 changed files with 37 additions and 31 deletions

View File

@@ -106,6 +106,7 @@ namespace platform {
string get_file_name();
void save(string path);
Result cross_validation(const string& path, const string& fileName);
void go(vector<string> filesToProcess, const string& path);
void show();
};
}