Welcome to this readme which has a general informative purpose in order to give access to a maximum of usefull materials for those who are interesting in everything linked to clustering.
- n : number of data points
- d : number of dimensions
- K-Means
- Time complexity O(k.d.t.n)
- k : number of cluster
- t : maximum number of iterations
- Memory complexity O(k.d)
- Time complexity O(k.d.t.n)
- DBScan
- HDBScan
- Self Organizing Maps
- Mean Shift