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. = 76.84 #leaves = 12 max. depth = 8
fold 2: acc. = 83.16 #leaves = 35 max. depth = 14
fold 3: acc. = 72.63 #leaves = 32 max. depth = 13
fold 4: acc. = 74.74 #leaves = 33 max. depth = 12
fold 5: acc. = 80.21 #leaves = 37 max. depth = 11
***1***0.7684210***0.6720120***
***2***0.8315790***0.7483700***
***3***0.7263157***0.7657870***
***4***0.7473684***0.7092060***
***5***0.8020834***0.6600280***
accuracy = 77.52 #leaves = 29.80 max depth = 11.60
Runtime Error.
.
Execution Terminated.