Package: CMTFtoolbox
Title: Create (Advanced) Coupled Matrix and Tensor Factorization Models
Version: 1.0.1
Authors@R: c(
    person("Geert Roelof", "van der Ploeg", , "g.r.ploeg@uva.nl", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0007-5204-3386")),
    person("Johan", "Westerhuis", , "j.a.westerhuis@uva.nl", role = "ctb",
           comment = c(ORCID = "0000-0002-6747-9779")),
    person("Anna", "Heintz-Buschart", , "a.u.s.heintzbuschart@uva.nl", role = "ctb",
           comment = c(ORCID = "0000-0002-9780-1933")),
    person("Age", "Smilde", , "a.k.smilde@uva.nl", role = "ctb",
           comment = c(ORCID = "0000-0002-3052-4644")),
    person("University of Amsterdam", role = c("cph", "fnd")))
Description: Creation and selection of (Advanced) Coupled Matrix and Tensor Factorization (ACMTF) and ACMTF-Regression (ACMTF-R) models. Selection of the optimal number of components can be done using 'ACMTF_modelSelection()' and 'ACMTFR_modelSelection()'. The CMTF and ACMTF methods were originally described by Acar et al., 2011 <doi:10.48550/arXiv.1105.3422> and Acar et al., 2014 <doi:10.1186/1471-2105-15-239>, respectively.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: clue, doParallel, dplyr, foreach, ggplot2, magrittr, methods,
        mize, multiway, parallel, pracma, rTensor, stats, tidyr
Suggests: knitr, ggpubr, NPLStoolbox, plotrix, parafac4microbiome,
        rmarkdown, testthat (>= 3.0.0), scales
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends: R (>= 2.10)
LazyData: true
URL: https://grvanderploeg.com/CMTFtoolbox/,
        https://github.com/GRvanderPloeg/CMTFtoolbox
BugReports: https://github.com/GRvanderPloeg/CMTFtoolbox/issues
NeedsCompilation: no
Packaged: 2025-08-19 08:11:02 UTC; roelv
Author: Geert Roelof van der Ploeg [aut, cre] (ORCID:
    <https://orcid.org/0009-0007-5204-3386>),
  Johan Westerhuis [ctb] (ORCID: <https://orcid.org/0000-0002-6747-9779>),
  Anna Heintz-Buschart [ctb] (ORCID:
    <https://orcid.org/0000-0002-9780-1933>),
  Age Smilde [ctb] (ORCID: <https://orcid.org/0000-0002-3052-4644>),
  University of Amsterdam [cph, fnd]
Maintainer: Geert Roelof van der Ploeg <g.r.ploeg@uva.nl>
Repository: CRAN
Date/Publication: 2025-08-22 18:20:17 UTC
