Implement predict and predict_proba

Add samples and add parameters to main
This commit is contained in:
2023-07-01 14:45:44 +02:00
parent 79e7912ab3
commit 23f0b0f55c
13 changed files with 34538 additions and 43 deletions

5
.vscode/launch.json vendored
View File

@@ -6,7 +6,10 @@
"request": "launch",
"name": "bayesnet",
"program": "${workspaceFolder}/build/sample/main",
"args": [],
"args": [
"-f",
"iris"
],
"cwd": "${workspaceFolder}",
"preLaunchTask": "CMake: build"
},