myKMeans

implimention of kmeans in python,first implement a local minimum version,than use it to implement a global minimum one by choosing one of the best class to split the dataset into two classes if splitting is better


License
Other
Install
pip install myKMeans==1.0.0