-
Notifications
You must be signed in to change notification settings - Fork 0
/
pcaKmeans_clusters.sh
executable file
·18 lines (10 loc) · 1.06 KB
/
pcaKmeans_clusters.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
set -e
#python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 2 --double-clusters 2
#python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 100 --double-clusters 313
python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 4 --double-clusters 16
python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 8 --double-clusters 32
python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 16 --double-clusters 64
#python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 32 --double-clusters 128
#python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 500 --single-clusters 64 --double-clusters 256
#python kmeans_calculation.py -d /home/research/vladan/data/NWPU-RESISC45 --num-pixels 600 --single-clusters 128 --double-clusters 512