./
├── dataset
│ ├── batches.meta
│ ├── data_batch_1
│ ├── data_batch_2
│ ├── data_batch_3
│ ├── data_batch_4
│ ├── data_batch_5
│ ├── readme.html
│ └── test_batch
├── README.md
├── results
│ ├── K_10_Ord_1
│ │ └── config_result.json
│ ├── K_10_Ord_2
│ │ └── config_result.json
│ ├── K_11_Ord_1
│ │ └── config_result.json
│ ├── K_11_Ord_2
│ │ └── config_result.json
│ ├── K_12_Ord_1
│ │ └── config_result.json
│ ├── K_12_Ord_2
│ │ └── config_result.json
│ ├── K_2_Ord_1
│ │ └── config_result.json
│ ├── K_2_Ord_2
│ │ └── config_result.json
│ ├── K_3_Ord_1
│ │ └── config_result.json
│ ├── K_3_Ord_2
│ │ └── config_result.json
│ ├── K_4_Ord_1
│ │ └── config_result.json
│ ├── K_4_Ord_2
│ │ └── config_result.json
│ ├── K_5_Ord_1
│ │ └── config_result.json
│ ├── K_5_Ord_2
│ │ └── config_result.json
│ ├── K_6_Ord_1
│ │ └── config_result.json
│ ├── K_6_Ord_2
│ │ └── config_result.json
│ ├── K_7_Ord_1
│ │ └── config_result.json
│ ├── K_7_Ord_2
│ │ └── config_result.json
│ ├── K_8_Ord_1
│ │ └── config_result.json
│ ├── K_8_Ord_2
│ │ └── config_result.json
│ ├── K_9_Ord_1
│ │ └── config_result.json
│ └── K_9_Ord_2
│ └── config_result.json
└── src
├── config.json
├── dataloader.py
├── kmeans.py
├── main.py
├── plot.py
├── __pycache__
│ ├── dataloader.cpython-37.pyc
│ ├── dataloader.cpython-38.pyc
│ ├── kmeans.cpython-37.pyc
│ ├── kmeans.cpython-38.pyc
│ ├── utils.cpython-37.pyc
│ └── utils.cpython-38.pyc
└── utils.py
26 directories, 43 files