|
Docs
|
Locality Sensitive Sampling (LSS) Split-Merge sampler implementation. More...
#include "../utils/Sampler.hpp"Go to the source code of this file.
Classes | |
| class | SplitMerge_LSS |
| Locality Sensitive Sampling (LSS) Split-Merge sampler for Bayesian nonparametric models. More... | |
Locality Sensitive Sampling (LSS) Split-Merge sampler implementation.
This file contains the implementation of the LSS Split-Merge algorithm, an optimized variant of split-merge sampling that uses locality sensitive sampling for selecting anchor points. LSS provides computational advantages for large datasets by leveraging similarity information while maintaining theoretical properties of split-merge algorithms.