Fix Nodes, Leaves, Depth vs Nodes, Edges, States headers in reports

This commit is contained in:
2024-04-21 11:05:12 +02:00
parent 1caa39c071
commit 33cfb78554
5 changed files with 17 additions and 3 deletions

View File

@@ -27,6 +27,9 @@ namespace platform {
double margin;
std::map<std::string, std::string> meaning;
bool compare;
std::string nodes_label;
std::string leaves_label;
std::string depth_label;
private:
double bestResult(const std::string& dataset, const std::string& model);
json bestResults;