gtkfi / GisSOM

Self-organizing maps (SOM) and k-means clustering for analyzing geospatial data.
GNU General Public License v3.0
23 stars 11 forks source link

RunStats file contents #33

Open jtpesone opened 1 year ago

jtpesone commented 1 year ago
  1. Add the GisSOM version number to the RunStats file.
  2. Remove multiplicate Quantization error values in the end of the file.
jtpesone commented 1 year ago

Issue 2 above is caused by re-visualizing the results in the Results K-means clustering tab. So, when pressing the VISUALIZE SELECTED button in the K-means clustering tab, GisSOM also updates RunStats files by adding another "Quantization error: n.nnn" in the end of the RunStats files. This is useless, as the files needs to updating when re-visualizing results. However, RunStats files could be updated when running k-means again in the K-means clustering tab, as the parameters (kmeans min, kmeans_max and kmeans_nitit values) may change, and the latest clustering result is saved anyway in the results folder.