🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"[SOLVED] max run and max optimizations step in k-means"

MarcosRLUser: "MarcosRL"
New Altair Community Member
Updated by Jocelyn
Hello friends comunidad.Una question
What Is the difference between "Max Run" and "max optimizations step" in k-means ?
What operation that performs "max optimizations step" if I have activated the parameter "star god determine values" ?

Find more posts tagged with

Sort by:
1 - 1 of 11
    Hi,

    as the documentation states, max_run defines how often the complete k-Means algorithm is executed with different random start values, whereas max_optimization_steps defines how many iterations are used in each of these runs, i.e. how much effort is used to create a good model.

    Best regards,
    Marius