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
"R Extension and R packages (sparse Matrix)"
eisioriginal
Member Posts: 4 Contributor I
Hi,
i'm currently implementing matrix operations within R. I'm passing large high dimensional matrices to the R script which i want to convert to a sparse matrix within R. Therfor i use the "Matrix" package. Once i try some simple operations with such a matrix as x > 0 or Matrix multiplication i get some eroors. I checked the RapidMiner created object by storing it as a file with the "save" operation in my R script within Rapid Miner. When i import this object to a ragular R environment i can carry out all operations on a sparse matrix based on this object.
Is there any issue with external packages, especiially sparse matrices? Can i do matrix operations in RapidMiner as well?
All the best
Andreas
i'm currently implementing matrix operations within R. I'm passing large high dimensional matrices to the R script which i want to convert to a sparse matrix within R. Therfor i use the "Matrix" package. Once i try some simple operations with such a matrix as x > 0 or Matrix multiplication i get some eroors. I checked the RapidMiner created object by storing it as a file with the "save" operation in my R script within Rapid Miner. When i import this object to a ragular R environment i can carry out all operations on a sparse matrix based on this object.
Is there any issue with external packages, especiially sparse matrices? Can i do matrix operations in RapidMiner as well?
All the best
Andreas
Tagged:
0