Decision Tree API ================= Tree ---- The fundamental building block of the C++ tree interface is the ``Tree`` class. .. doxygenclass:: StochTree::Tree :project: StochTree :members: Tree Split ---------- Numeric and categorical splits are represented by a ``TreeSplit`` class. .. doxygenclass:: StochTree::TreeSplit :project: StochTree :members: