16 releases

0.6.6 Nov 22, 2021
0.6.1 Sep 15, 2021
0.5.6 May 10, 2021
0.5.3 Mar 10, 2021
0.2.0 Nov 28, 2019

#1053 in Algorithms

MIT/Apache

96KB
2.5K SLoC


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.

Dependencies

~2MB
~36K SLoC