MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / k_means_clust.py

File k_means_clust.py

machine_learning/k_means_clust.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""README, Author - Anurag Kumar(mailto:anuragkumarak95@gmail.com)
2Requirements:
3 - sklearn
4 - numpy

Callers

nothing calls this directly

Calls 4

get_initial_centroidsFunction · 0.85
kmeansFunction · 0.85
plot_heterogeneityFunction · 0.85
plot_kmeansFunction · 0.85

Tested by

no test coverage detected