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

Distance matrix between whole data sets

KluzamicKluzamic Member Posts: 2 Learner II
edited November 2018 in Help

Is there a way to count distance matrix using dynamic time warping between whole data sets? Meening i have 23 data sets with the same atributes and i want to count distance matrix 23x23.

 

I am new to rapidminer and got this thing assigned to me at school and i am really strugling to find a guide or help for how to do this.

 

Thanks in advance for every advice.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist

    Hi Lourman,

     

    the operator is called cross distance. To put the result into a matrix format you can use pivot.

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • KluzamicKluzamic Member Posts: 2 Learner II

    But cross distance give me the distance between each row of the request and testing set. But i need distance between the request set and testing set as a whole, not by rows. Is it right to count this value as an average of the distances between rows?

Sign In or Register to comment.