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. = 78.95 #leaves = 11 max. depth = 6
fold 2: acc. = 76.84 #leaves = 30 max. depth = 9
fold 3: acc. = 81.05 #leaves = 37 max. depth = 17
fold 4: acc. = 73.68 #leaves = 31 max. depth = 10
fold 5: acc. = 81.25 #leaves = 32 max. depth = 18
***1***0.7894737***0.6644780***
***2***0.7684210***0.5904340***
***3***0.8105264***0.8151950***
***4***0.7368421***0.7215830***
***5***0.8125000***0.7740120***
accuracy = 78.36 #leaves = 28.20 max depth = 12.00
Runtime Error.
.
Execution Terminated.