Solve voting vector error

This commit is contained in:
2023-09-02 13:58:12 +02:00
parent 7806f961e2
commit 182b07ed90
11 changed files with 45 additions and 60 deletions

6
.vscode/launch.json vendored
View File

@@ -27,15 +27,15 @@
"-m",
"AODE",
"-p",
"/Users/rmontanana/Code/discretizbench/datasets",
"/home/rmontanana/Code/discretizbench/datasets",
"--stratified",
"-d",
"letter",
"mfeat-morphological",
"--discretize"
// "--hyperparameters",
// "{\"repeatSparent\": true, \"maxModels\": 12}"
],
"cwd": "/Users/rmontanana/Code/discretizbench",
"cwd": "/home/rmontanana/Code/discretizbench",
},
{
"type": "lldb",