Skip to content

I'm trying to cluster the trash cans and then assign garbage trucks to the clusters. Also, I will define the most suitable way for the truck while collecting the garbage.

Notifications You must be signed in to change notification settings

caglarsarikaya/kmeans-GeneticAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kmeans-GeneticAlgorithm

I'm trying to cluster the trash cans and then assign garbage trucks to the clusters. Also, I will define the most suitable way for the truck while collecting the garbage.

the picture of garbage bin placeses.

image

kmeans clusters

image

try this: calculate avg distance btw points, make maximum radius is 2 or 3 times more then this value, so centeroid only included with nearby points, then if any point without a cluster. Assign points to nearest cluster

if cluster member counts differences are more than something, exclude from the furtest elements by half of the difference count. calculate the centoreids again, cluster it and start from the if any member without cluster...

Resources

Thanks for support

Kmeans -> https://visualstudiomagazine.com/articles/2013/12/01/k-means-data-clustering-using-c.aspx?m=2

2d-plot-draw -> https://www.desmos.com/calculator

About

I'm trying to cluster the trash cans and then assign garbage trucks to the clusters. Also, I will define the most suitable way for the truck while collecting the garbage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages