#!/bin/bash Local=${Local="/srv/bronze/dj/wisp/var/dj/rbst/10xresult7"} Datums=${Datums="a2b/audiology a2b/auto-mpg a2b/breast-cancer a2b/breast-cancer-wisconsin c2d/credit-a c2d/diabetes e2i/ecoli e2i/flag e2i/hayes-roth e2i/heart-c e2i/heart-h e2i/hepatitis e2i/imports-85 e2i/iris j2p/kr-vs-kp j2p/letter j2p/mushroom q2s/segment q2s/splice q2s/soybean t2z/vowel t2z/wine t2z/wdbc t2z/waveform-5000"} Log=${Log="23794"} Safe="/srv/bronze/dj/wisp/var/dj/rbst/10xtreecomp" echo "Computing acc comparison" winlosstie --input $Safe/myresults.$Log.csv.withextrasVns --fields 18 --perform 13 --key 3 --95 --high > $Safe/crossvalaccmw.$Log.csv echo "Computing pd comparison" winlosstie --input $Safe/myresults.$Log.csv.withextrasVns --fields 18 --perform 14 --key 3 --95 --high > $Safe/crossvalpdmw.$Log.csv echo "Computing prec comparison" winlosstie --input $Safe/myresults.$Log.csv.withextrasVns --fields 18 --perform 16 --key 3 --95 --high > $Safe/crossvalprecmw.$Log.csv echo "Computing bal comparison" winlosstie --input $Safe/myresults.$Log.csv.withextrasVns --fields 18 --perform 17 --key 3 --95 --high > $Safe/crossvalbalmw.$Log.csv echo "Computing npf comparison" winlosstie --input $Safe/myresults.$Log.csv.withextrasVns --fields 18 --perform 18 --key 3 --95 --high > $Safe/crossvalnpfmw.$Log.csv