├── README.md ├── durudataset.txt ├── flame.txt ├── kmeans.py └── kmeans.py.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/k_means_clustering/HEAD/README.md -------------------------------------------------------------------------------- /durudataset.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/k_means_clustering/HEAD/durudataset.txt -------------------------------------------------------------------------------- /flame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/k_means_clustering/HEAD/flame.txt -------------------------------------------------------------------------------- /kmeans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/k_means_clustering/HEAD/kmeans.py -------------------------------------------------------------------------------- /kmeans.py.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/k_means_clustering/HEAD/kmeans.py.ipynb --------------------------------------------------------------------------------