Package: HDclust
Type: Package
Title: Clustering High Dimensional Data with Hidden Markov Model on
        Variable Blocks
Version: 1.0.4
Date: 2024-09-14
Authors@R: c(
    person("Yevhen", "Tupikov", email = "yzt116@psu.edu", role = c("aut")),
    person("Lin", "Lin", email = "lynn.lin@duke.edu", role = "aut"),
    person("Lixiang", "Zhang", email = "phoelief@gmail.com", role = "aut"),
    person("Jia", "Li", email = "jiali@psu.edu", role = c("aut", "cre")))
Description: Clustering of high dimensional data with Hidden Markov Model on Variable Blocks (HMM-VB) fitted via Baum-Welch algorithm. Clustering is performed by the Modal Baum-Welch algorithm (MBW), which finds modes of the density function. Lin Lin and Jia Li (2017) <https://jmlr.org/papers/v18/16-342.html>.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.16), RcppProgress (>= 0.1), Rtsne (>= 0.11.0)
Depends: methods
LinkingTo: Rcpp, RcppProgress
Collate: 'AllClass.R' 'AllGeneric.R' 'AllMethod.R' 'clustControl.R'
        'trainControl.R' 'hmmvbClust.R' 'hmmvbTrain.R'
        'vbSearchControl.R' 'package-HDclust.R' 'RcppExports.R'
        'sim3.R' 'sim2.R' 'hmmvbBIC.R' 'hmmvbFindModes.R'
        'clustModes.R'
LazyData: true
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Encoding: UTF-8
Packaged: 2024-09-20 04:56:46 UTC; zhanglixiang
Author: Yevhen Tupikov [aut],
  Lin Lin [aut],
  Lixiang Zhang [aut],
  Jia Li [aut, cre]
Maintainer: Jia Li <jiali@psu.edu>
Repository: CRAN
Date/Publication: 2024-09-20 14:00:13 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 00:46:53 UTC; windows
Archs: x64
