Thesis docs
|
Split-Merge MCMC sampler implementation for Bayesian nonparametric models. More...
#include "../utils/Sampler.hpp"
Go to the source code of this file.
Classes | |
class | SplitMerge |
Split-Merge sampler for Bayesian nonparametric mixture models. More... | |
Split-Merge MCMC sampler implementation for Bayesian nonparametric models.
This file contains the implementation of the split-merge algorithm, an advanced MCMC method that uses joint updates through split, merge, and shuffle moves. The algorithm provides better mixing than sequential methods for complex clustering structures.