Replace Nº with # in output labels

This commit is contained in:
2024-09-28 22:55:11 +02:00
parent c58bd9d60d
commit d75468cf78
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace platform {
// Body header
row = 2;
int col = 0;
for (const auto& name : { "", "Dataset", "Samples", "Features", "#Numer.", "Classes", "Balance" }) {
for (const auto& name : { "#", "Dataset", "Samples", "Features", "#Numer.", "Classes", "Balance" }) {
writeString(row, col++, name, "bodyHeader");
}
// Body