Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 319 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 319 Bytes

Kmedian

This is the implementation of Kmedian analysis on the structured data. Kmedian analysis is useful if the distance between the data points is explained by Manhattan distance. The Kmedian analysis minimizes the L1 norm that is the sum of absolute deviations, instead of the squared ones as done by Kmeans.