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

@@ -5,17 +5,11 @@ Remapping class numbers:
0 To 5
3 To 6
4 To 7
Pruned decision tree written to csv/statlog-image.csv.dt.
Unpruned decision tree written to csv/statlog-image.csv.dt.unpruned.
fold 1: acc. = 95.02 #leaves = 40 max. depth = 10
fold 2: acc. = 95.67 #leaves = 53 max. depth = 14
fold 3: acc. = 96.32 #leaves = 43 max. depth = 10
fold 4: acc. = 94.59 #leaves = 46 max. depth = 13
fold 5: acc. = 95.45 #leaves = 42 max. depth = 11
***1***0.9502165***2.2589320***
***2***0.9567100***2.3956410***
***3***0.9632034***2.1137540***
***4***0.9458874***2.3142650***
***5***0.9545454***2.2732110***
accuracy = 95.41 #leaves = 44.80 max depth = 11.60
Pruned decision tree written to data/csv/statlog-image.csv.dt.
Unpruned decision tree written to data/csv/statlog-image.csv.dt.unpruned.
fold 1: acc. = 95.67 #leaves = 28 max. depth = 9
fold 2: acc. = 96.54 #leaves = 56 max. depth = 14
fold 3: acc. = 96.97 #leaves = 58 max. depth = 12
fold 4: acc. = 95.67 #leaves = 57 max. depth = 12
fold 5: acc. = 95.02 #leaves = 61 max. depth = 14
accuracy = 95.97 #leaves = 52.00 max depth = 12.20