Added kmeans template

This commit is contained in:
2018-05-26 18:43:40 +02:00
parent b8d994bf21
commit 62799adcb4
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env python
#title: kmeansMkI.py
#description: Our personal Python K-Means implementation
#author: Tillmann Brendel, Conrad Großer
#date: 26.05.2018
#version: 0.1
#usage: python pyscript.py
#notes:
#known_issues:
#python_version: 3.x
#==============================================================================
def startup():
print("Hello World")