Package: TensorClustering
Type: Package
Title: Model-Based Tensor Clustering
Version: 1.0.1
Authors@R: 
    c(person(given = "Kai",
             family = "Deng",
             role = c("aut","cre"),
             email = "kd18h@stat.fsu.edu"),
      person(given = "Yuqing",
             family = "Pan",
             role = "aut",
             email = "yuqing.pan@stat.fsu.edu"),
      person(given = "Xin",
             family = "Zhang",
             role = "aut",
             email = "henry@stat.fsu.edu"),
      person(given = "Qing",
             family = "Mai",
             role = "aut",
             email = "mai@stat.fsu.edu"))
Description: Performs model-based tensor clustering methods including Tensor Gaussian Mixture Model (TGMM) and Tensor Envelope Mixture Model (TEMM) by Deng and Zhang (2021, tentatively accepted by Biometrics), Doubly-Enhanced EM (DEEM) algorithm by Mai, Zhang, Pan and Deng (2021) <arXiv:2012.10032>. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Imports: MASS, tensr, rTensor, TRES, abind, combinat, pracma, stats,
        mvtnorm, Rcpp
RoxygenNote: 7.1.1
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-04-08 16:35:04 UTC; azuryee
Author: Kai Deng [aut, cre],
  Yuqing Pan [aut],
  Xin Zhang [aut],
  Qing Mai [aut]
Maintainer: Kai Deng <kd18h@stat.fsu.edu>
Repository: CRAN
Date/Publication: 2021-04-09 09:10:05 UTC
