Add DecisionTree with tests

This commit is contained in:
2025-06-17 13:48:11 +02:00
parent 8c413a1eb0
commit 023d5613b4
16 changed files with 1272 additions and 81 deletions

View File

@@ -7,6 +7,7 @@
"fimdlp",
"libtorch-bin",
"folding",
"catch2",
"argparse"
],
"overrides": [
@@ -30,9 +31,13 @@
"name": "argpase",
"version": "3.2"
},
{
"name": "catch2",
"version": "3.8.1"
},
{
"name": "nlohmann-json",
"version": "3.11.3"
}
]
}
}