Implement predict and predict_proba
Add samples and add parameters to main
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -6,7 +6,10 @@
|
||||
"request": "launch",
|
||||
"name": "bayesnet",
|
||||
"program": "${workspaceFolder}/build/sample/main",
|
||||
"args": [],
|
||||
"args": [
|
||||
"-f",
|
||||
"iris"
|
||||
],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"preLaunchTask": "CMake: build"
|
||||
},
|
||||
|
Reference in New Issue
Block a user