#!/bin/bash #This is example 1. It runs LC as the only method. cd ../../ Here=`pwd` Sandbox=`$Here/bin/playpen coseekmo` Repeats=20 Use=10 Pred=30 Trust=95 SpecialMethods="" NormalMethods="lc" ColumnPrunerMethods="" Log=$Here/results/mainLog trap "/bin/rm -rf $Sandbox" 0 1 2 3 15 cp bin/* $Sandbox cp config/* $Sandbox mkdir $Sandbox/data cp data/* $Sandbox/data/ cp evaluation/* $Sandbox cp lc/* $Sandbox cp methods/* $Sandbox cp eg/1/generate1 $Sandbox cd $Sandbox gawk -f coc81.awk data/coc81modetypelangtype.csv gawk -f nasa93.awk data/nasa93.csv #Run the experiment and generate the results ./generate1 $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