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] Dot Product
Hello,
How should we do the a "matrix" dot product of the exampleSets? I only found the cartesian product..
I tryied to use the R scripts but I didn't manage to transform the input into a matrix..
Could you please give an example on the iris/golf sample on how to transform it into a matrix and then use the matrix multiplication? Or if there is any other solution...
Thank you!
How should we do the a "matrix" dot product of the exampleSets? I only found the cartesian product..
I tryied to use the R scripts but I didn't manage to transform the input into a matrix..
Could you please give an example on the iris/golf sample on how to transform it into a matrix and then use the matrix multiplication? Or if there is any other solution...
Thank you!
0
Answers
I'm still truggling to the R code ...
I used python for that (wrote a csv file and python read-it and did the multiplication and wrote the output into another file)