ADd std to screen output

This commit is contained in:
2025-05-28 10:53:29 +02:00
parent a6b6efce95
commit dcde8c01be
4 changed files with 25 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ namespace platform {
double significance;
int maxModelName = 0;
int maxDatasetName = 0;
int minLength = 13; // Minimum length for scores
};
}
#endif