StochTree 0.0.1
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Dataset APIFunctions for loading, using, and modifying training / test data for forest samplers
 Forest APIClasses / functions for creating and modifying forests (i.e. ensembles of trees)
 Leaf Model APIClasses / functions for implementing leaf models
 Tree APIClasses / functions for creating and modifying decision trees
 Forest Sampler APIFunctions for sampling from a forest. The core interfce of these functions, as used by the R, Python, and standalone C++ program, is defined by MCMCSampleOneIter, which runs one iteration of the MCMC sampler for a given forest, and GFRSampleOneIter, which runs one iteration of the grow-from-root (GFR) algorithm for a given forest. All other functions are essentially helpers used in a sampling function, which are documented here to make extending the C++ codebase more straightforward