Package: salso
Type: Package
Title: Search Algorithms and Loss Functions for Bayesian Clustering
Version: 0.3.35
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 = "Devin J.", family = "Johnson", role = c("aut"), email = "devin.j.johnson7@gmail.com", comment = c(ORCID = "0000-0003-2619-6649")), 
    person(given = "Peter", family = "Müller", role = c("aut"), email = "pmueller@math.utexas.edu"), 
    person(given = "Alex", family = "Crichton", email = "alex@alexcrichton.com", role = "cph", comment = "Rust crates: proc-macro2, cfg-if."),
    person(given = "\"bluss\" Ulrik", family = "Sverdrup", role = "cph", comment = "Rust crate: rawpointer, matrixmultiply, scopeguard, ndarray."),
    person(given = "Brendan", family = "Zabarauskas", email = "bjzaba@yahoo.com.au", role = "cph", comment = "Rust crate: approx."),
    person(given = "David B.", family = "Dahl", email = "dahl@stat.byu.edu", role = "cph", comment = "Rust crates: roxido, roxido_macro, dahl-partition, dahl-salso, dahl-bellnumber."),
    person(given = "David", family = "Tolnay", email = "dtolnay@gmail.com", role = "cph", comment = "Rust crates: syn, proc-macro2, quote, unicode-ident."),
    person(given = "DutchGhost", role = "cph", comment = "Rust crate: matrixmultiply."),
    person(given = "Enthought, Inc.", role = "cph", comment = "Rust crate: ndarray."),
    person(given = "Gilad", family = "Naaman", email = "gilad.naaman@gmail.com", role = "cph", comment = "Rust crate: memoffset."),
    person(given = "Jim", family = "Turner", role = "cph", comment = "Rust crate: ndarray."),
    person(given = "Josh", family = "Stone", email = "cuviper@gmail.com", role = "cph", comment = "Rust crate: autocfg."),
    person(given = "Melissa", family = "O'Neill", role = "cph", comment = "Rust crate: rand_pcg."),
    person(given = "Paul", family = "Dicker", role = "cph", comment = "Rust crate: rand_pcg."),
    person(given = "PCG Project contributors", role = "cph", comment = "Rust crate: rand_pcg."),
    person(given = "Ralf", family = "Jung", role = "cph", comment = "Rust crate: memoffset."),
    person(given = "rawpointer developers", role = "cph", comment = "Rust crate: rawpointer."),
    person(given = "R. Janis", family = "Goldschmidt", role = "cph", comment = "Rust crate: matrixmultiply."),
    person(given = "SciPy Developers", role = "cph", comment = "Rust crate: ndarray."),
    person(given = "Sean", family = "McArthur", email = "sean@seanmonstar.com", role = "cph", comment = "Rust crate: num_cpus."),
    person(given = "Stefan", family = "Lankes", role = "cph", comment = "Rust crate: hermit-abi."),
    person(given = "The Cranelift Project Developers", role = "cph", comment = "Rust crate: wasi."),
    person(given = "The Crossbeam Project Developers", role = "cph", comment = "Rust crates: crossbeam, crossbeam-channel, crossbeam-deque, crossbeam-epoch, crossbeam-queue, crossbeam-utils."),
    person(given = "The CryptoCorrosion Contributors", role = "cph", comment = "Rust crates: ppv-lite86, rand_chacha."),
    person(given = "The Go Authors", role = "cph", comment = "Rust crate: crossbeam-channel."),
    person(given = "The PCG Project Contributors", role = "cph", comment = "Rust crate: rand_pcg."),
    person(given = "The matrixmultiply Authors", role = "cph", comment = "Rust crate: matrixmultiply."),
    person(given = "The ndarray Developers", role = "cph", comment = "Rust crate: ndarray."),
    person(given = "The Rand Project Developers", role = "cph", comment = "Rust crates: rand_core, rand_chacha, rand_pcg, rand, getrandom."),
    person(given = "The Rust Project Developers", role = "cph", comment = "Rust crates: crossbmean-channel, rand_chacha, num-integer, rand_core, num-complex, libc, num-traits, rand."),
    person(given = "The scopeguard Developers", role = "cph", comment = "Rust crates: scopeguard."),
    person(given = "Unicode, Inc.", role = "cph", comment = "Rust crate: unicode-ident.")
    )
Description: The SALSO algorithm is an efficient randomized greedy search method to find a point estimate for a random partition based on a loss function and posterior Monte Carlo samples. The algorithm is implemented for many loss functions, including the Binder loss and a generalization of the variation of information loss, both of which allow for unequal weights on the two types of clustering mistakes. Efficient implementations are also provided for Monte Carlo estimation of the posterior expected loss of a given clustering estimate. See Dahl, Johnson, Müller (2022) <doi:10.1080/10618600.2022.2069779>.
License: MIT + file LICENSE | Apache License 2.0
URL: https://github.com/dbdahl/salso
BugReports: https://github.com/dbdahl/salso/issues
Depends: R (>= 4.2.0)
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.65)
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-07-17 19:21:18 UTC; dahl
Author: David B. Dahl [aut, cre] (<https://orcid.org/0000-0002-8173-1547>),
  Devin J. Johnson [aut] (<https://orcid.org/0000-0003-2619-6649>),
  Peter Müller [aut],
  Alex Crichton [cph] (Rust crates: proc-macro2, cfg-if.),
  "bluss" Ulrik Sverdrup [cph] (Rust crate: rawpointer, matrixmultiply,
    scopeguard, ndarray.),
  Brendan Zabarauskas [cph] (Rust crate: approx.),
  David B. Dahl [cph] (Rust crates: roxido, roxido_macro, dahl-partition,
    dahl-salso, dahl-bellnumber.),
  David Tolnay [cph] (Rust crates: syn, proc-macro2, quote,
    unicode-ident.),
  DutchGhost [cph] (Rust crate: matrixmultiply.),
  Enthought, Inc. [cph] (Rust crate: ndarray.),
  Gilad Naaman [cph] (Rust crate: memoffset.),
  Jim Turner [cph] (Rust crate: ndarray.),
  Josh Stone [cph] (Rust crate: autocfg.),
  Melissa O'Neill [cph] (Rust crate: rand_pcg.),
  Paul Dicker [cph] (Rust crate: rand_pcg.),
  PCG Project contributors [cph] (Rust crate: rand_pcg.),
  Ralf Jung [cph] (Rust crate: memoffset.),
  rawpointer developers [cph] (Rust crate: rawpointer.),
  R. Janis Goldschmidt [cph] (Rust crate: matrixmultiply.),
  SciPy Developers [cph] (Rust crate: ndarray.),
  Sean McArthur [cph] (Rust crate: num_cpus.),
  Stefan Lankes [cph] (Rust crate: hermit-abi.),
  The Cranelift Project Developers [cph] (Rust crate: wasi.),
  The Crossbeam Project Developers [cph] (Rust crates: crossbeam,
    crossbeam-channel, crossbeam-deque, crossbeam-epoch,
    crossbeam-queue, crossbeam-utils.),
  The CryptoCorrosion Contributors [cph] (Rust crates: ppv-lite86,
    rand_chacha.),
  The Go Authors [cph] (Rust crate: crossbeam-channel.),
  The PCG Project Contributors [cph] (Rust crate: rand_pcg.),
  The matrixmultiply Authors [cph] (Rust crate: matrixmultiply.),
  The ndarray Developers [cph] (Rust crate: ndarray.),
  The Rand Project Developers [cph] (Rust crates: rand_core, rand_chacha,
    rand_pcg, rand, getrandom.),
  The Rust Project Developers [cph] (Rust crates: crossbmean-channel,
    rand_chacha, num-integer, rand_core, num-complex, libc, num-traits,
    rand.),
  The scopeguard Developers [cph] (Rust crates: scopeguard.),
  Unicode, Inc. [cph] (Rust crate: unicode-ident.)
Maintainer: David B. Dahl <dahl@stat.byu.edu>
Repository: CRAN
Date/Publication: 2023-07-17 20:20:02 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-07-17 22:55:30 UTC; unix
Archs: salso.so.dSYM
