Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 412 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 412 Bytes

CD-KM-TPAMI2021 Coordinate Descent Method for k-means

The paper "Coordinate Descent Method for k-means" is accepted by IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)

We reorganized the code, the code "CDKM_fast" is the fast version of "CDKM", which is especially fast for data whose category c is large.

The code "CDKM_code-python" is faster, which is reorganized by Shenfei Pei.