Similarity Measure

jacsukjacsuk Member Posts: 2 Contributor I
edited November 2018 in Help
Hi
In K-mean algorithm of Rapid, Can you create a similarity measure?

Answers

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

    please have a look at this thread: http://rapid-i.com/rapidforum/index.php/topic,4630.0.html
    Does that answer your question?

    Best,
    Marius
  • jacsukjacsuk Member Posts: 2 Contributor I
    Not, because with k-Medoids I have a lot of distance functions, but I need to use my own similarity measure. Can I do that?
  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Yes, you can, but you will have to extend RapidMiner with a custom extension and write your own operators (which probably inherits from the core k-Means operator). There is a white paper available in our market place which explains how you can extend RapidMiner.

    Best,
    Marius
Sign In or Register to comment.