#!/bin/bash #This is example 2. It runs the best four methods encountered in this research as of January 2008. cd ../../ Here=`pwd` Sandbox=`$Here/bin/playpen coseekmo` Repeats=20 Use=10 Pred=30 Trust=95 SpecialMethods="" NormalMethods="lc dynamicLocomoMean" ColumnPrunerMethods="newCocominWrapperMedian" Log=$Here/results/mainLog trap "/bin/rm -rf $Sandbox" 0 1 2 3 15 cp bin/* $Sandbox cp cocomin/* $Sandbox cp config/* $Sandbox mkdir $Sandbox/data cp data/* $Sandbox/data/ cp evaluation/* $Sandbox cp lc/* $Sandbox cp locomo/* $Sandbox cp methods/* $Sandbox cp eg/2/generate2 $Sandbox cd $Sandbox g++ -Wall cocomin81.cpp -o cocomin81 gawk -f coc81.awk data/coc81modetypelangtype.csv gawk -f nasa93.awk data/nasa93.csv #Run the experiment and generate the results ./generate2 $Here $Sandbox $Repeats $Use $Pred "$SpecialMethods" "$NormalMethods" "$ColumnPrunerMethods" $Log #Run the non-parametric analysis using the mwu test (Possible evaluation criteria are AR, MRE, MER, BRE, IBRE) ./mwu $Here $Log AR