martinwholtmon / IT3708-2023

Simple Genetic Algorithm (SGA) as feature selector, route optimization for home care service with SGA and semantic segmentation using Multiobjective Genetic Algorithm (MOGA)
0 stars 0 forks source link

refactor how custers are represented #49

Closed martinwholtmon closed 1 year ago

martinwholtmon commented 1 year ago

Remove the hashmap and just return a list of clusters in DataHandler. Refactor all the code that operate of the hashmaps.

Also refactor kMeansPP to return ArrayList