K-means and number of iterations

Hi!
Is it possible to know how many iterations were performed during the unsupervised classification using the K-Means (or the EM) algorithm? Thanks a lot.

if the image was already calculated, you can open Metadata > Processing graph which lists all previously applied operators and their parameters

The iterationCount variable lists what has been selected in the operator:

Thanks! I didn’t realize that I could expand the “parameters”. It was stupidly careless of me not to check this (as I normally do).