Multidimensional sparse array (3-way tensor) in R

前端 未结 2 1286
终归单人心
终归单人心 2021-02-19 06:17

Using the Matrix package I can create a two-dimensional sparse matrix.

Can someone suggest a package that would allow me to create a multidimensional (speci

2条回答
  •  故里飘歌
    2021-02-19 06:33

    There's also the tensorr package, which looks promising in providing support for sparse tensors, and tensor decompositions like PARAFAC/CANDECOMP etc are also on the to-do list: https://cran.r-project.org/web/packages/tensorr/README.html

提交回复
热议问题