raghav-khanna / Facility-Location-India

MIT License
1 stars 0 forks source link

[Vanilla Kmeans] Find optimal value of K: plot SSE vs K graph from the output files collected from cmlbda #17

Open DarkMenacer opened 10 months ago

DarkMenacer commented 10 months ago

Description

To find the optimal value of K, SSE can be leveraged. The output files collected at CMLBDA contains SSE for each value of code which can be plotted on a graph (SSE vs K).

To Do

  1. A code needs to be written to parse through the output files, scrape the SSE values for each corresponding value of K and plot this pair on a graph.
  2. The expected result is that of a imperfect rectangular hyperbola. The abscissa of the breakpoint of the hyperbola would give the optimal value of K

Example

Screenshot 2023-10-29 at 00 51 44