Package: iTensor
Type: Package
Title: ICA-Based Matrix/Tensor Decomposition
Version: 1.0.0
Authors@R: c(person("Koki", "Tsuyuzaki", role = c("aut", "cre"),
                      email = "k.t.the-answer@hotmail.co.jp"))
Description: Some functions for performing ICA, MICA, Group ICA, and Multilinear ICA are implemented.
    ICA, MICA/Group ICA, and Multilinear ICA extract statistically independent components from single matrix, multiple matrices, and single tensor, respectively.
    For the details of these methods, see the reference section of GitHub README.md <https://github.com/rikenbit/iTensor>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.1.0)
URL: https://github.com/rikenbit/iTensor
RoxygenNote: 7.2.3
Suggests: nnTensor, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: MASS, methods, graphics, utils, stats, rTensor, jointDiag,
        mgcv, einsum, geigen, mixOmics, groupICA
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-04-26 09:31:21 UTC; koki
Author: Koki Tsuyuzaki [aut, cre]
Maintainer: Koki Tsuyuzaki <k.t.the-answer@hotmail.co.jp>
Repository: CRAN
Date/Publication: 2023-04-27 08:32:58 UTC
