mirror of
https://gitlab.com/manzerbredes/loosely-coupled-dss.git
synced 2025-04-19 04:09:43 +00:00
Improve data analysis
This commit is contained in:
parent
84d9ce59ae
commit
0a125c3661
32 changed files with 205278 additions and 38517 deletions
14
results/scheduler/analysis.sh
Executable file
14
results/scheduler/analysis.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
wai=$(dirname $(readlink -f "$0")) # Current script directory
|
||||
|
||||
log=$1
|
||||
out=$2
|
||||
|
||||
# Generate csv
|
||||
cat $log | $wai/data.awk > $wai/data.csv
|
||||
cat $log | $wai/hint.awk > $wai/hint.csv
|
||||
cat $log | $wai/hint_fw.awk > $wai/hint_fw.csv
|
||||
|
||||
Rscript $wai/wakeup.R
|
||||
mv $wai/schedule.png $out
|
Loading…
Add table
Add a link
Reference in a new issue