# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "dahl-salso" version = "0.6.6" authors = ["David B. Dahl "] description = "The SALSO algorithm is an efficient greedy search procedure to obtain a clustering estimate based on a partition loss function. 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. SALSO was first presented at the workshop 'Bayesian Nonparametric Inference: Dependence Structures and their Applications' in Oaxaca, Mexico on December 6, 2017." homepage = "https://dahl.byu.edu" license = "MIT OR Apache-2.0" [dependencies.approx] version = "0.5.0" [dependencies.crossbeam] version = "0.8.0" [dependencies.dahl-partition] version = "0.5.3" [dependencies.ndarray] version = "0.15.1" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_pcg] version = "0.3.1"