rm -f data/oc1output/* rm -f data/csv/* printf "Generating csv datasets\n" printf "========================\n" python oc1datasets.py printf "\n" printf "Processing datasets\n" printf "===================\n" while read dataset do printf "*%-30s: " $dataset for seed in 57 31 1714 17 23 79 83 97 7 1 do printf "$seed, " mktree -V5 -tdata/csv/$dataset.csv -s$seed >data/oc1output/${dataset}_$seed.txt done echo "done" done