The cluster tag has no wiki summary.
4
votes
0answers
130 views
Rate Distortion Minimization in a Python Clustering Algorithm
I'm attempting to solve for $\hat{k}$ clusters, such that the rate distortion is minimized, as described here, however, the answers that I am getting from my algorithm are not following the "Jump" ...