Options

[SOLVED] k-means doubt

MarcosRLMarcosRL Member Posts: 53 Contributor II
edited June 2019 in Help
k-means doubt
studying the performance of k-means, saw the traditional example
Medicine  attribute_1   attribute_2
   A               1                     1
   B               2                     1
   C               4                     3
   D               5                     4
Where the two attributes are represented as points in the plane and the distance is calculated with the coordinates X and Y.
The question I have is how is the procedure when we have more than two attributes.
How do you represent and how to calculate the distance?.
If I'm working with 17,500 attributes.
there any other examples of k-means clustering with more than two attributes?
thanks
regards
Tagged:

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    k-Means uses a user-configurable distance measure. Some of the numerical measures are certainly known to you, like the Euclidean Distance. If you have questions about them, just post them here.

    Best regards,
    Marius
Sign In or Register to comment.