Package: nnTensor
Type: Package
Title: Non-Negative Tensor Decomposition
Version: 1.2.0
Authors@R: c(person("Koki", "Tsuyuzaki", role = c("aut", "cre"),
                      email = "k.t.the-answer@hotmail.co.jp"),
               person("Itoshi", "Nikaido", role = "aut"))
Depends:
    R (>= 3.4.0)
Imports:
    methods,
    MASS,
    fields,
    rTensor,
    plot3D,
    tagcloud,
    ggplot2
Suggests:
    knitr,
    rmarkdown,
    testthat,
    dplyr
Description: Some functions for performing non-negative matrix factorization, non-negative CANDECOMP/PARAFAC (CP) decomposition, non-negative Tucker decomposition, and generating toy model data. See Andrzej Cichock et al (2009) and the reference section of GitHub README.md <https://github.com/rikenbit/nnTensor>, for details of the methods.
License: MIT + file LICENSE
URL: https://github.com/rikenbit/nnTensor
VignetteBuilder: knitr
