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. = 77.89 #leaves = 17 max. depth = 7
fold 2: acc. = 77.89 #leaves = 28 max. depth = 12
fold 3: acc. = 80.00 #leaves = 31 max. depth = 11
fold 4: acc. = 82.11 #leaves = 31 max. depth = 13
fold 5: acc. = 78.12 #leaves = 25 max. depth = 15
***1***0.7789474***0.6691340***
***2***0.7789474***0.7607770***
***3***0.8000000***0.6702600***
***4***0.8210526***0.7793970***
***5***0.7812500***0.7051780***
accuracy = 79.20 #leaves = 26.40 max depth = 11.60
Runtime Error.
.
Execution Terminated.