StochTree C++ API#
This page documents the data structures and interfaces that constitute the stochtree
C++ core.
It may be useful to researchers building novel tree algorithms or users seeking a deeper understanding of the algorithms implemented in stochtree
. This resource is split into:
- Technical documentation of the design / computational aspects of the C++ core
- Tree API: decision tree class which underpins the ensembles that
stochtree
samples - Tracker API: temporary data structures that synchronize a training dataset and the current state of a decision tree ensemble for faster sampling
- Tree API: decision tree class which underpins the ensembles that
- Doxygen site with auto-generated documentation of C++ classes and functions