Complete Experiment

This commit is contained in:
2023-07-27 15:49:58 +02:00
parent bc214a496c
commit 3d8fea7a37
6 changed files with 80 additions and 67 deletions

8
.vscode/launch.json vendored
View File

@@ -23,15 +23,15 @@
"name": "experiment",
"program": "${workspaceFolder}/build/src/Platform/main",
"args": [
"-d",
"iris",
"-m",
"TAN",
"-p",
"../../../data/",
"datasets",
"--discretize",
"-f",
"2"
"5",
"--title",
"Debug test"
],
"cwd": "${workspaceFolder}/build/src/Platform",
},