Commit Graph

14 Commits

Author SHA1 Message Date
aa43c93ae5 Added numGen generator
- Removed unstable randomi version
- Added numGen generator
- Detected bug
2018-06-03 00:41:18 +02:00
4e3ceac4a9 kmeans Minor Bugfixes
- Added cluster to test generator
- Added sample data to main
2018-06-02 23:30:07 +02:00
7ea392c302 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'
2018-06-01 03:15:33 +02:00
tchemn
e1d794c006 Added a numpy based visualizer
if the algorithm doesnt work you might need to pip numpy and matplotlib
2018-06-01 00:37:48 +02:00
tchemn
faa113f05e kmeans Update 1.1
The Algorithm now automaticly ends  when the center of the found clusters doesnt move anymore.

Other changes:
- repurposed the runs variable to be a counter instead of a user given value
- the results are now displayed through the kmeansmkI function instead of the startup function
- updated versionnumber to 1.1
2018-05-31 18:24:53 +02:00
a115b16378 Code Cleanup II
- Removed test functions from randomi
- Enabled timer at kmeans
- Adjusted functions of the dmlib libary
2018-05-31 00:10:02 +02:00
d6b4152bde Code Cleanup I
- Added template for python scripts
- Removed outdated randomI version
2018-05-30 23:35:27 +02:00
77f3a16c45 kmeans Update 1.0
- Exported some functions in seperate libaries
- Finished the algorithm, added calcCusters function
- Optimized code
2018-05-30 23:22:02 +02:00
5f9143b604 kmeans Update 0.2
- Added documentation
- Added new array for data savings

Co-Authored-By: tchemn <tchemn@users.noreply.github.com>
2018-05-26 21:25:57 +02:00
c6c73122b0 K-Means Step 1
- Added simple cluster assigning

Co-Authored-By: tchemn <tchemn@users.noreply.github.com>
2018-05-26 20:55:35 +02:00
318b66b1a6 Bugfix for data generator
Added data variable for call of main function
2018-05-26 19:16:29 +02:00
e15c5da69a Added testdata generator 2018-05-26 19:15:08 +02:00
9761370e94 Updated code template for kmeans 2018-05-26 18:54:54 +02:00
62799adcb4 Added kmeans template 2018-05-26 18:43:40 +02:00