raghav-khanna / Facility-Location-India

MIT License
1 stars 0 forks source link

[Ziko et.al] Test final cluster center output with intuitive balanced-based datasets #12

Open DarkMenacer opened 10 months ago

DarkMenacer commented 10 months ago

Description

As there aren't ways to check whether the algorithm is producing right results. Custom datasets need to be made and tested on the algorithm to confirm whether it is working as intended or not.

To Do

Create custom data sets and test by changing different parameters (K, lambda, fairness=False) and verify the output plots.

Example

Sample dataset
Visually
Screenshot 2023-10-28 at 23 40 14

An unfair kmeans algorithm would output following clusters:

Screenshot 2023-10-28 at 23 42 02

But a balance-notion based fair clustering algorithm would output:

Screenshot 2023-10-28 at 23 44 00