The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

[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

  • 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.