projects
/
morpheus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace9e91
)
Typo in run_acc.sh
author
Benjamin Auder
<benjamin@auder>
Mon, 16 Dec 2019 18:27:50 +0000
(19:27 +0100)
committer
Benjamin Auder
<benjamin@auder>
Mon, 16 Dec 2019 18:27:50 +0000
(19:27 +0100)
reports/run_accu_cl.sh
patch
|
blob
|
blame
|
history
diff --git
a/reports/run_accu_cl.sh
b/reports/run_accu_cl.sh
index
82dadbf
..
f73b491
100644
(file)
--- a/
reports/run_accu_cl.sh
+++ b/
reports/run_accu_cl.sh
@@
-17,6
+17,6
@@
nc=50
for d in 2 5 10; do
for link in "logit" "probit"; do
- R --slave --args N=$N n=$n nc=$nc d=$d link=$link <accuracy.R >out_${n}_${link}_${d}
_${weights}
2>&1
+ R --slave --args N=$N n=$n nc=$nc d=$d link=$link <accuracy.R >out_${n}_${link}_${d} 2>&1
done
done