-
Notifications
You must be signed in to change notification settings - Fork 2
C++ code and Python wrappers for Inference on Bayesian Non-Parametric Models
License
jstraub/bnp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains - C++ code for Inference in a Hierarchical Dirichlet Process Model - Python code in python/ folder (need to do $ make install before python scripts are usable) - Code for testing some of the functions Requirements: - Boost.Random (tested with version 1.46) http://www.boost.org/doc/libs/1_52_0/doc/html/boost_random.html - Armadillo (tested with version 3.4.4) http://arma.sourceforge.net/ Install: - edit the CMakeLists.txt to point cmake to the boost and armadillo libraries. - mkdir build; cd build - cmake ..; make install
About
C++ code and Python wrappers for Inference on Bayesian Non-Parametric Models
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published