Spatial proximity based clustering of customers

Providing a coding example for how to conduct spatial proximity customer clustering, applicable e.g. when searching for multiple centers of gravity (i.e. when wanting to locate multiple warehouses). The logic and approach is the same as in any kind of distance based clustering problem. I willk apply k-means clustering for grouping customers based on their spatial distance. […]

Proximity-based spatial customer grouping (in R)

Providing a coding example for how to conduct spatial proximity customer clustering, applicable e.g. when searching for multiple centers of gravity (i.e. when wanting to solve a multiple warehouse location problem). The logic and approach is the same as in any kind of distance based clustering problem. I willk apply k-means clustering for grouping customers based on […]