StochTree 0.5.0.9000
Loading...
Searching...
No Matches
List of all members
StochTree::BARTPredictionResult Struct Reference

Struct returning BART model predictions. More...

#include <prediction.h>

Detailed Description

Struct returning BART model predictions.

The BART prediction routine can return predictions of one or more model terms, and this struct serves as a "container" for model predictions. All observation-specific prediction terms can be:

  1. Pre-aggregated (type = mean) or contain the entire posterior (type = posterior)
  2. Linear scale, probability scale or class predictions (for binary / ordinal outcomes)

The documentation for this struct was generated from the following file: