This is a repository for a simple implementation of k-means clustering from scratch, working with the classic and simply binary classification dataset of fine needle aspirates from breast cancer patients. Implemented with an OOP approach in Python 3.9
The breast cancer Wisconsin diagnostic dataset from the UCI Machine Learning Repository was used. Details can be found here:
https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)