kmeans Update 1.2

- Added dependencies to info (adjusted template too)
- Removed unnecessary global variables
- Added commentary
- Saved a few variables
- Removed unnecessary libary 'numpy' and 'multiprocessing'
This commit is contained in:
2018-06-01 03:15:33 +02:00
parent e1d794c006
commit 7ea392c302
2 changed files with 29 additions and 26 deletions

View File

@@ -7,6 +7,7 @@
#version: Versionnumber
#usage: Description of how to use the programm quickly
#notes: Notes for parameters, thanks (...)
#dependencies: Preinstalled packages
#known_issues: Known issues in this version
#python_version: Compatible (tested) python version
#==============================================================================