Package: BoltzMM Type: Package Title: Boltzmann Machines with MM Algorithms Version: 0.1.5 Authors@R: c(person(given = c("Andrew", "Thomas"), family = "Jones", role = c("aut", "cre"), email = "andrewthomasjones@gmail.com"), person(given = c("Hien", "Duy"), family = "Nguyen", role = "aut"), person(given = c("Jessica", "Juanita"), family = "Bagnall", role = "aut")) Description: Provides probability computation, data generation, and model estimation for fully-visible Boltzmann machines. It follows the methods described in Nguyen and Wood (2016a) and Nguyen and Wood (2016b) . License: GPL-3 Encoding: UTF-8 LazyData: true LinkingTo: Rcpp, RcppArmadillo, BH Imports: Rcpp Depends: R (>= 2.10) RoxygenNote: 7.3.2 Suggests: testthat, knitr, rmarkdown, bnstruct Repository: https://andrewthomasjones.r-universe.dev Date/Publication: 2025-04-13 09:00:36 UTC RemoteUrl: https://github.com/andrewthomasjones/boltzmm RemoteRef: HEAD RemoteSha: e512bad5d86badab68677f8fd49ac394c4e3bd6d NeedsCompilation: yes Packaged: 2026-07-04 17:48:31 UTC; root Author: Andrew Thomas Jones [aut, cre], Hien Duy Nguyen [aut], Jessica Juanita Bagnall [aut] Maintainer: Andrew Thomas Jones