about summary refs log tree commit diff
path: root/sourcecodes/delete_cv_pred.sh
blob: 04bb0b77bace02aeccd71228907b189636ce34ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#cd ./data/
cd /tmp/bnw/
temp='looCV_temp.txt'
rm $1$temp
temp='looCV.txt'
rm $1$temp
temp='kfoldCV_temp.txt'
rm $1$temp
temp='kfoldCV.txt'
rm $1$temp
temp='ts_upload.txt'
rm $1$temp
temp='ts_output.txt'
rm $1$temp