bartz.debug.BARTTraceMeta

class bartz.debug.BARTTraceMeta(ndpost, ntree, numcut, heap_size)[source]

Metadata of R BART tree traces.

ndpost: int

The number of posterior draws.

ntree: int

The number of trees in the model.

numcut: UInt[Array, 'p']

The maximum split value for each variable.

heap_size: int

The size of the heap required to store the trees.