Thesis docs
Loading...
Searching...
No Matches
Process.hpp File Reference

Abstract interface for Bayesian nonparametric processes. More...

#include "Data.hpp"
#include "Params.hpp"
#include <Eigen/Dense>
#include <random>

Go to the source code of this file.

Classes

class  Process
 Abstract base class for Bayesian nonparametric processes. More...
 

Detailed Description

Abstract interface for Bayesian nonparametric processes.

This file defines the abstract Process base class that provides a unified interface for different Bayesian nonparametric processes (DP, NGGP, DPW, NGGPW). It defines the essential methods needed for both Gibbs sampling and split-merge MCMC algorithms.

Author
Filippo Galli
Date
2025