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. = 96.10 #leaves = 23 max. depth = 8
fold 2: acc. = 96.10 #leaves = 47 max. depth = 11
fold 3: acc. = 93.94 #leaves = 40 max. depth = 11
fold 4: acc. = 95.02 #leaves = 40 max. depth = 11
fold 5: acc. = 94.37 #leaves = 40 max. depth = 10
***1***0.9610389***2.3676920***
***2***0.9610389***2.2094890***
***3***0.9393939***2.1278860***
***4***0.9502165***2.3813320***
***5***0.9437229***2.4191410***
accuracy = 95.11 #leaves = 38.00 max depth = 10.20
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.24 #leaves = 23 max. depth = 8
fold 2: acc. = 94.81 #leaves = 56 max. depth = 16
fold 3: acc. = 96.32 #leaves = 53 max. depth = 14
fold 4: acc. = 98.27 #leaves = 58 max. depth = 17
fold 5: acc. = 95.89 #leaves = 51 max. depth = 13
accuracy = 96.10 #leaves = 48.20 max depth = 13.60