Fix normalize error

This commit is contained in:
2021-04-11 02:21:25 +02:00
parent 40d9b02ef2
commit dd83175508
554 changed files with 3891 additions and 7360 deletions

View File

@@ -1,16 +1,3 @@
Remapping class numbers:
0 To 2
Pruned decision tree written to csv/musk-1.csv.dt.
Unpruned decision tree written to csv/musk-1.csv.dt.unpruned.
fold 1: acc. = 70.53 #leaves = 13 max. depth = 7
fold 2: acc. = 71.58 #leaves = 32 max. depth = 18
fold 3: acc. = 75.79 #leaves = 35 max. depth = 16
fold 4: acc. = 80.00 #leaves = 34 max. depth = 13
fold 5: acc. = 83.33 #leaves = 34 max. depth = 16
***1***0.7052631***0.7689410***
***2***0.7157895***0.7448930***
***3***0.7578948***0.7862360***
***4***0.8000000***0.8106600***
***5***0.8333334***0.8240880***
accuracy = 76.26 #leaves = 29.60 max depth = 14.00
Runtime Error.
.
Execution Terminated.