Skip to content

romainpascual/Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimization - Academic project - Last year MSc studies @ CentraleSupélec Adam Hotait and Romain Pascual

Clustering

Given a road network G = (V,E), we want to solve the k-median problem, the k-mean problem and the k-center problem:

  • k-median : provide the set of k vertices ${c_1, \dots c_k}$ minimizing $$\sum_{v \in V} \min_i d_{c_i,v}$$

  • k-mean : provide the set of k vertices ${c_1, \dots c_k}$ minimizing $$ \sum_{v \in V} \min_i d^2_{c_i,v}$$

  • k-center : provide the set of k vertices ${c_1, \dots c_k}$ minimizing $$ \max_{v \in V} \min_i d_{c_i,v}$$

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published