Browse Source

Further testing on clusterviz.R

Petra Lamborn 5 years ago
parent
commit
e9a70401a1

+ 3
- 2
README.md View File

217
 Example:
217
 Example:
218
 
218
 
219
 ```bash
219
 ```bash
220
-Rscript clusterviz.R ../data/5k-ag.csv -p "_5k"
220
+python py/pickletocsv.py data/test1kbagg.pkl data/test1kbagg.csv
221
+Rscript R/clusterviz.R data/test1kbagg.csv -p "_1kb" --img img/
221
 ```
222
 ```
222
 
223
 
223
-Create plots for a csv (created with `pickletocsv.py`) located at `../data/5k-ag.csv` and postfix them with `_5k` (as in `all_fre_5k.png`).
224
+Create csv for the pickle created by `clusAssign.py`, then create visualisation plots for all clusters and postfix them with `_1kb` (as in `all_fre_1kb.png`).

BIN
img/all_fix_1kb.png View File


BIN
img/all_fre_1kb.png View File


BIN
img/apr_fix_1kb.png View File


BIN
img/apr_fre_1kb.png View File


BIN
img/jan_fix_1kb.png View File


BIN
img/jan_fre_1kb.png View File


BIN
img/jul_fix_1kb.png View File


BIN
img/jul_fre_1kb.png View File


BIN
img/oct_fix_1kb.png View File


BIN
img/oct_fre_1kb.png View File