Metadata-Version: 2.1
Name: KmeanBestK
Version: 0.0.12
Summary: An example for k mean algorithm and find the best k
Home-page: https://github.com/MintsF/ProgrammingAssignment
Author: Hilary Feng
Author-email: fmint88@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


how to install:
    pip install KmeanBestK
how to run it:
    import kmean
    kmean.bestk()






