Package: fangs
Title: Feature Allocation Neighborhood Greedy Search Algorithm
Version: 0.2.2
Authors@R: c(person(given="David B.",family="Dahl",role=c("aut","cre"),email="dahl@stat.byu.edu",comment=c(ORCID="0000-0002-8173-1547")),
    person(given="R. Jacob", family="Andros", role=c("aut"),email="androsrj@gmail.com", comment=c(ORCID="0000-0002-1289-385X")),
    person(given="Devin J.",family="Johnson",role=c("aut"),email="devin.j.johnson7@gmail.com",comment=c(ORCID="0000-0003-2619-6649")),
    person(given="Authors of depending Rust crates",role=c("ctb")))
Description: A neighborhood-based, greedy search algorithm is performed to estimate a feature allocation by minimizing the expected loss based on posterior samples from the feature allocation distribution. The method is currently under peer review but an earlier draft is available in Dahl, Johnson, and Andros (2022+) <doi:10.48550/arXiv.2207.13824>.
License: MIT + file LICENSE | Apache License 2.0
BugReports: https://github.com/dbdahl/fangs/issues
Depends: R (>= 4.2.0)
SystemRequirements: Cargo (>= 1.56) for installation from source: see
        INSTALL file
Encoding: UTF-8
RoxygenNote: 7.2.2
NeedsCompilation: yes
Packaged: 2022-12-03 23:31:39 UTC; dahl
Author: David B. Dahl [aut, cre] (<https://orcid.org/0000-0002-8173-1547>),
  R. Jacob Andros [aut] (<https://orcid.org/0000-0002-1289-385X>),
  Devin J. Johnson [aut] (<https://orcid.org/0000-0003-2619-6649>),
  Authors of depending Rust crates [ctb]
Maintainer: David B. Dahl <dahl@stat.byu.edu>
Repository: CRAN
Date/Publication: 2022-12-05 11:00:05 UTC
