You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just came across to the tensorr package and think this will be an important complementary to existing R packages for manipulating the sparse matrix such as Matrix.
However, two important functions.
(1) dimension permutation (e.g. aperm for regular array in R, or transpose in python's numpy ), and (2) dimension reshaping (e.g. dim <- for regular array, or reshape in python's numpy).
Do you have a plan to implement them, or do you realize that there other R packages that are able to handle the sparse array easily?
Thanks for your nice work.
Wuming
The text was updated successfully, but these errors were encountered:
Hi @zamorarr ,
I just came across to the
tensorr
package and think this will be an important complementary to existing R packages for manipulating the sparse matrix such asMatrix
.However, two important functions.
(1) dimension permutation (e.g.
aperm
for regular array in R, ortranspose
in python's numpy ), and (2) dimension reshaping (e.g. dim <- for regular array, orreshape
in python's numpy).Do you have a plan to implement them, or do you realize that there other R packages that are able to handle the sparse array easily?
Thanks for your nice work.
Wuming
The text was updated successfully, but these errors were encountered: