In papers about unsupervised clustering I see a lot of references to a metric "clustering accuracy" or "unsupervised clustering accuracy" (ACC) which is usually defined as something like: $$ ACC(x,y) = \frac{1}{N} \max_{m}\sum^{N}_{i=1}1(m(x_i) = y_i) $$ where m is all possible permutations of the x and y. I think the 1 is something like the dirac-delta function but I'm not sure. Most papers I have seen also mention that the mapping can be solved using the Kuhn–Munkres algorithm.
But I can't find an original source for the definition of this metric. Most papers I read reference other recent papers which are using ACC but are not the source defining it. Others don't reference the formula at all (while they do reference the formula for NMI for example). I saw one paper that referenced a book "Matching Theory" but I couldn't find this mentioned in that either (though I searched for it through the PDF).
When I google it or search for it here I get results about clustering accuracy in general. It doesn't even appear to have a Wikipedia article which like other metrics do.
What I'm looking for is a source about about this metric, whether it has some other name which is why I can't find it, and an explanation of it and how it differs from other metrics.