Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Sep 17, 2020
1 parent db2fbc7 commit 6b4d764
Show file tree
Hide file tree
Showing 11 changed files with 1,892 additions and 0 deletions.
405 changes: 405 additions & 0 deletions Machine-Learning-for-Structural-Bioinformatics/bin/NUMBER/kkk.arff

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
813 changes: 813 additions & 0 deletions Machine-Learning-for-Structural-Bioinformatics/bin/NUMBER/number.pl

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
0.8070000000000001
0.544
1.195
1.133
0.723
1.209
0.847
0.727
0.58
0.8159999999999999
0.728
0.734
1.099
0.802
0.702
0.492
1.15
0.858
1.204
0.72
1.112
1.209
1.205
0.991
1.237
1.187
1.24
0.823
0.78
1.057
0.983
1.236
0.945
0.882
1.114
0.957
0.803
0.981
0.967
1.137
0.723
0.525
0.471
0.447
1.045
0.628
1.175
0.903
0.835
0.956
1.215
0.998
0.864
0.582
0.713
0.448
1.181
0.477
0.49
0.826
0.494
0.853
0.556
0.549
1.095
0.743
0.715
0.477
0.8
0.974
1.286
0.547
1.35
0.378
0.6870000000000001
0.88
1.258
0.9379999999999999
0.673
0.805
0.48
0.9409999999999999
0.6909999999999999
0.999
1.308
0.418
0.511
1.035
1.014
0.794
0.923
0.897
0.875
0.869
1.406
0.948
1.204
0.6870000000000001
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
0.352
0.193
0.787
0.419
0.225
0.655
0.249
0.37
0.129
0.348
0.134
0.572
0.338
0.3
0.287
0.242
0.527
0.235
0.338
0.317
0.336
0.674
0.671
0.455
0.548
0.243
0.534
0.38
0.406
0.55
0.5659999999999999
0.414
0.433
0.394
0.476
0.781
0.22
0.204
0.535
0.734
0.162
0.184
0.036
0.065
0.376
0.331
0.493
0.538
0.404
0.285
0.526
0.415
0.611
0.154
0.339
0.051
0.752
0.184
0.219
0.38
0.189
0.377
0.191
0.225
0.542
0.298
0.357
0.108
0.249
0.491
0.468
0.151
0.424
0.079
0.111
0.501
0.697
0.716
0.166
0.301
0.11
0.268
0.305
0.487
0.643
0.089
0.113
0.506
0.406
0.454
0.65
0.63
0.446
0.553
0.519
0.529
0.792
0.209
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
0.242
0.139
0.361
0.369
0.262
0.369
0.357
0.273
0.106
0.281
0.178
0.271
0.298
0.206
0.223
0.173
0.4
0.182
0.348
0.279
0.373
0.349
0.433
0.363
0.39
0.268
0.282
0.399
0.252
0.39
0.298
0.416
0.367
0.329
0.374
0.392
0.182
0.402
0.331
0.404
0.209
0.147
0.231
0.29
0.294
0.239
0.268
0.36
0.26
0.344
0.337
0.351
0.277
0.287
0.255
0.166
0.412
0.264
0.188
0.356
0.201
0.284
0.189
0.204
0.399
0.256
0.31
0.179
0.312
0.37
0.445
0.21
0.397
0.189
0.238
0.369
0.337
0.44
0.212
0.236
0.266
0.281
0.193
0.304
0.361
0.195
0.15
0.439
0.345
0.237
0.391
0.384
0.41
0.359
0.348
0.328
0.405
0.22
11 changes: 11 additions & 0 deletions Machine-Learning-for-Structural-Bioinformatics/bin/NUMBER/run.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@list=`cat temp`;
foreach $line (@list)
{
chomp($line);
@temp=();
@temp=split(/,/,$line);
$tr=@temp;
#print "$temp[0] $temp[1] $temp[2] $temp[3] $temp[4]";
print "$tr\n";
}
exit();

0 comments on commit 6b4d764

Please sign in to comment.