Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

About matrix multiplication

morphismmorphism Member Posts: 18 Learner I

Dear everybody.


I am looking for a way to do Matrix Multiplication.


If I have two example sets A, B which have form of Matrices.

I want to get C = A * B where * is a matrix multiplication

In some cases, it will be very helpful

Can I do this matrix multiplication in RapidMiner?


Thank you.

Answers

  • SGolbertSGolbert RapidMiner Certified Analyst, Member Posts: 344 Unicorn
    Hi,

    I don't think there is an operator to do it, but nonetheless there are several ways. The most efficient one inside RapidMiner would be to write a Groovy script (operator Execute Script). R/Python could also be used but could be much slower if the matrices are big. In R/Python it's literally one line of code.

    What is the use case?


Sign In or Register to comment.