Package: bcv
Version: 1.0.2
Date: 2023-05-19
Title: Cross-Validation for the SVD (Bi-Cross-Validation)
Authors@R: c(
    person("Michal", "Burdukiewicz",
    email = "michalburdukiewicz@gmail.com",
    comment = c(ORCID = "0000-0001-8926-582X"),
    role = c("cre", "ctb")),
    person("Patrick O.", "Perry",
    role = c("aut", "cph")),
    person("Seyed Morteza", "Najibi",
    role = "ctb"))
Description: 
    Methods for choosing the rank of an SVD (singular value decomposition) 
    approximation via cross validation. The package provides both Gabriel-style 
    "block" holdouts and Wold-style "speckled" holdouts. It also includes an 
    implementation of the SVDImpute algorithm. For more information about
    Bi-cross-validation, see Owen & Perry's 2009 AoAS article
    (at <arXiv:0908.2062>) and Perry's 2009 PhD thesis
    (at <arXiv:0909.3052>).
License: BSD_3_clause + file LICENSE
URL: https://github.com/michbur/bcv
BugReports: https://github.com/michbur/bcv/issues
Encoding: UTF-8
NeedsCompilation: yes
Repository: CRAN
RoxygenNote: 7.2.3
Suggests: spelling
Language: en-US
Packaged: 2023-05-19 10:10:02 UTC; michbur
Author: Michal Burdukiewicz [cre, ctb]
    (<https://orcid.org/0000-0001-8926-582X>),
  Patrick O. Perry [aut, cph],
  Seyed Morteza Najibi [ctb]
Maintainer: Michal Burdukiewicz <michalburdukiewicz@gmail.com>
Date/Publication: 2023-05-19 13:50:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:35:55 UTC; windows
Archs: x64
