Mercurial > hg > cc > cirrus_work
changeset 191:b60a961977c3
merge
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 30 Nov 2023 14:20:22 +0000 |
parents | 7492bd2f5423 (diff) 1496f8d2cfd0 (current diff) |
children | 63624ef62ba4 2839f767c82b |
files | |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/python/cc/ccstats.py Tue Nov 28 18:40:38 2023 +0000 +++ b/lib/python/cc/ccstats.py Thu Nov 30 14:20:22 2023 +0000 @@ -46,7 +46,7 @@ self.all=self.corr[0][1:] self.all_s=stats.describe(self.all) self.all_m=self.all_s.mean - self.all_s.stdev=math.sqrt(self.all_s.variance) + self.all_sd=math.sqrt(self.all_s.variance) self.x=np.array([np.concatenate((self.corr[i][1:i], self.corr[i][i+1:])) for i in range(1,self.N+1)])
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/results/CC-MAIN-2023-40/heatMap3.tsv Thu Nov 30 14:20:22 2023 +0000 @@ -0,0 +1,11 @@ + N +Predict 1 2 3 4 5 6 7 8 9 10 +mime by mime 100 98.8 97.7 96.7 96 95.5 94.9 94.5 94.1 93.7 +len by mime 80.9 86.3 90.8 86.4 81 79.7 80.6 78 79.9 77.6 +nl1 by mime 62.1 56.5 54.7 58.4 55.1 56 61.6 60.6 63.2 65.4 +mime by len 95.7 93.3 90.6 89 90.7 89.1 88 85.6 81.4 80.1 +len by len 100 97.5 96.4 95.7 94.9 94.3 93.4 92.8 92.3 91.7 +nl1 by len 51.1 67.5 61.5 62.1 59.8 57.5 57.4 61.1 62.9 59.1 +mime by nl1 59 34.1 42.7 55 58.5 60.2 61.3 63.8 65.3 66.1 +len by nl1 85.9 70 71.6 75.2 71 72.5 67 64.6 65.6 66.5 +nl1 by nl1 100 98.7 97.9 97.2 96.3 95.7 95.2 94.7 94.3 93.9