settings.h ========== **File Path**: ``modules/structs/include/structs/settings.h`` **File Type**: H (Header) **Lines**: 50 Dependencies ------------ **Includes**: - ``string`` - ``vector`` Structs ------- ``settings_t`` ~~~~~~~~~~~~~~ **Members**: - ``std::string output_path = "./ProjectName"`` - ``std::string run_name = ""`` - ``std::string sow_name = ""`` - ``std::string metacache_path = "./"`` - ``bool fetch_meta = false`` - ``bool pretagevents = false`` - ``int kfolds = 10`` - ``int batch_size = 1`` - ``std::vector kfold = {``