This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Description
Integrate K-Means clustering as an extra algorithm.
Algorithm
K-Means takes the original data and calculates the positions of K points of each classe the data gas breb dividere into.
Integration
Input data just need to be transformed from the dataset to these new clustering points.
Could be inserted as a drawer option. If the user wants to use K-Means clustering he will select the option and specify also how many clusters are to be found.