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

@@ -14,17 +14,11 @@ Remapping class numbers:
12 To 13
13 To 14
14 To 15
Pruned decision tree written to csv/libras.csv.dt.
Unpruned decision tree written to csv/libras.csv.dt.unpruned.
fold 1: acc. = 65.28 #leaves = 21 max. depth = 7
fold 2: acc. = 56.94 #leaves = 59 max. depth = 9
fold 3: acc. = 43.06 #leaves = 62 max. depth = 9
fold 4: acc. = 56.94 #leaves = 70 max. depth = 10
fold 5: acc. = 69.44 #leaves = 58 max. depth = 10
***1***0.6527778***0.5213270***
***2***0.5694444***0.5322970***
***3***0.4305556***0.6154930***
***4***0.5694444***0.4745730***
***5***0.6944444***0.5692700***
accuracy = 58.33 #leaves = 54.00 max depth = 9.00
Pruned decision tree written to data/csv/libras.csv.dt.
Unpruned decision tree written to data/csv/libras.csv.dt.unpruned.
fold 1: acc. = 59.72 #leaves = 61 max. depth = 9
fold 2: acc. = 55.56 #leaves = 66 max. depth = 9
fold 3: acc. = 62.50 #leaves = 57 max. depth = 9
fold 4: acc. = 66.67 #leaves = 58 max. depth = 9
fold 5: acc. = 75.00 #leaves = 61 max. depth = 9
accuracy = 63.89 #leaves = 60.60 max depth = 9.00