Code to work with Dirichlet processes and hierarchical Dirichlet processes and perform inference using MCMC.
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
Minor fix for compiling in Visual Studio and minor update to README.
11960aaView on GitHubFixed small bugs when computing predictive probabilities with paths containing UNION_NODEs.
405c509View on GitHubFixed Makefile errors and warnings for Mac/clang build environments.
d23ffc8View on GitHubMinor fix to correct processing of `UNION_NODE`. But I think further testing is necessary to make sure it's correctly supported.
2784ce4View on GitHubRenamed histogram to multiset in the math library, so propagating changes here.
dbc1d73View on GitHubAdded a warning to the add function for the case where the user provides an ambiguous path. Modified a function in the dirichlet cache to allow adding new observations to the sampler.
60ea0ecView on GitHubChanged the expected prototype for the print function for unsigned int keys in the HDP hierarchy. The level is no longer the last argument. This was done to avoid conflicts with the new print function prototype for string_map_scribe in core.
83c207fView on GitHubFixed a small bug where I was using the old prototype for the init function for node.
1b1aa8bView on GitHubRenamed some structures and namespaces to be consistent with core. Also getting ready to add documentation.
82e2ffaView on GitHub