项目作者: aroques

项目描述 :
K means implementation
高级语言: Python
项目地址: git://github.com/aroques/k-means.git
创建时间: 2018-04-17T13:22:19Z
项目社区:https://github.com/aroques/k-means

开源协议:MIT License

下载


K Means

A k-means implementation.

To run this program:

  1. python3.6 main.py

Reference: Introduction to Data Mining (1st Edition) by Pang-Ning Tan Section 8.2, Page 496