"[SOLVED] k-means parameters"

User: "MarcosRL"
New Altair Community Member
Updated by Jocelyn
Hello friends of the community a question.
I am studying the theory of the algorithm "k-means" to understand its inner workings and I have some concerns with some parameters that appear in rapid miner.
The parameter "determine good start values" what applies mathematical rule?
The parameter "Local use randon seed" what is the role?
The parameter "Max optimization steps" what applies mathematical rule?
regards

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "MarcosRL"
    New Altair Community Member
    OP
    any ideas ?
    Regards
    User: "Andrew2"
    New Altair Community Member
    Hello

    "determine good start values" - if you hover your mouse pointer over the parameter you will get some additional text.
    "Local use randon seed" - this sets the random seed to a specific value so that all random numbers are generated in a reproducible way. The k-means algorithm chooses the initial cluster prototypes at random.
    "Max optimization steps" - this dictates the maximum number of steps the k-means algorithm should take before stopping as it tries to find the best cluster prototypes within a run (which is the max runs parameter)

    regards

    Andrew
    User: "MarcosRL"
    New Altair Community Member
    OP
    thanks
    :D