From 7d0177fc6976b4fb2c6dfb9e962815c556c44542 Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Fri, 4 Aug 2023 15:09:52 +0200 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe54aa8..5fb8d95 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,6 @@ Here is a short overview of the stages of the main script ```run.sh```: - resulting ```*.png```-files are stored in ```exp_*/plots/analysis/``` - ```stage=5```: - performs k-means on the resulting PCA space and assigns classes - - **the parameter ```nclust``` in the script ```run.sh``` specifies the number of allowed clusters which should be modified depending on the task** + - **the parameter ```nclust``` in the script ```run.sh``` specifies the number of allowed clusters which should be modified depending on your task** - resulting ```*.png```-files (confusion matrices) are stored in ```exp_*/plots/kmenas/``` -- GitLab