-
Notifications
You must be signed in to change notification settings - Fork 0
/
pcaKmeans_classify.sh
executable file
·46 lines (39 loc) · 5.86 KB
/
pcaKmeans_classify.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/bash
#python classification_svm.py -w ./features/PCAKmeans_features_double_16.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_16.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_32.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_32.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_64.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_64.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_128.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_128.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_256.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_256.txt
python classification_svm.py -w ./features/PCAKmeans_features_double_512.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_512.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_16.npy -f ./features/PCAKmeans_features_single_8.npy -r ./results/PCAKmeans_8_16.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_32.npy -f ./features/PCAKmeans_features_single_8.npy -r ./results/PCAKmeans_8_32.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_64.npy -f ./features/PCAKmeans_features_single_8.npy -r ./results/PCAKmeans_8_64.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_128.npy -f ./features/PCAKmeans_features_single_8.npy -r ./results/PCAKmeans_8_128.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_256.npy -f ./features/PCAKmeans_features_single_8.npy -r ./results/PCAKmeans_8_256.txt
python classification_svm.py -w ./features/PCAKmeans_features_double_512.npy -f ./features/PCAKmeans_features_single_8.npy -r ./results/PCAKmeans_8_512.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_16.npy -f ./features/PCAKmeans_features_single_16.npy -r ./results/PCAKmeans_16_16.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_32.npy -f ./features/PCAKmeans_features_single_16.npy -r ./results/PCAKmeans_16_32.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_64.npy -f ./features/PCAKmeans_features_single_16.npy -r ./results/PCAKmeans_16_64.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_128.npy -f ./features/PCAKmeans_features_single_16.npy -r ./results/PCAKmeans_16_128.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_256.npy -f ./features/PCAKmeans_features_single_16.npy -r ./results/PCAKmeans_16_256.txt
python classification_svm.py -w ./features/PCAKmeans_features_double_512.npy -f ./features/PCAKmeans_features_single_16.npy -r ./results/PCAKmeans_16_512.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_16.npy -f ./features/PCAKmeans_features_single_32.npy -r ./results/PCAKmeans_32_16.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_32.npy -f ./features/PCAKmeans_features_single_32.npy -r ./results/PCAKmeans_32_32.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_64.npy -f ./features/PCAKmeans_features_single_32.npy -r ./results/PCAKmeans_32_64.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_128.npy -f ./features/PCAKmeans_features_single_32.npy -r ./results/PCAKmeans_32_128.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_256.npy -f ./features/PCAKmeans_features_single_32.npy -r ./results/PCAKmeans_32_256.txt
python classification_svm.py -w ./features/PCAKmeans_features_double_512.npy -f ./features/PCAKmeans_features_single_32.npy -r ./results/PCAKmeans_32_512.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_16.npy -f ./features/PCAKmeans_features_single_64.npy -r ./results/PCAKmeans_64_16.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_32.npy -f ./features/PCAKmeans_features_single_64.npy -r ./results/PCAKmeans_64_32.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_64.npy -f ./features/PCAKmeans_features_single_64.npy -r ./results/PCAKmeans_64_64.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_128.npy -f ./features/PCAKmeans_features_single_64.npy -r ./results/PCAKmeans_64_128.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_256.npy -f ./features/PCAKmeans_features_single_64.npy -r ./results/PCAKmeans_64_256.txt
python classification_svm.py -w ./features/PCAKmeans_features_double_512.npy -f ./features/PCAKmeans_features_single_64.npy -r ./results/PCAKmeans_64_512.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_16.npy -f ./features/PCAKmeans_features_single_128.npy -r ./results/PCAKmeans_128_16.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_32.npy -f ./features/PCAKmeans_features_single_128.npy -r ./results/PCAKmeans_128_32.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_64.npy -f ./features/PCAKmeans_features_single_128.npy -r ./results/PCAKmeans_128_64.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_128.npy -f ./features/PCAKmeans_features_single_128.npy -r ./results/PCAKmeans_128_128.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_256.npy -f ./features/PCAKmeans_features_single_128.npy -r ./results/PCAKmeans_128_256.txt
python classification_svm.py -w ./features/PCAKmeans_features_double_512.npy -f ./features/PCAKmeans_features_single_128.npy -r ./results/PCAKmeans_128_512.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_2.npy -f ./features/PCAKmeans_features_single_2.npy -r ./results/PCAKmeans_2_2.txt
#python classification_svm.py -w ./features/PCAKmeans_features_double_313.npy -f ./features/PCAKmeans_features_single_100.npy -r ./results/PCAKmeans_100_313.txt