StochTree 0.0.1
|
Functions for loading, using, and modifying training / test data for forest samplers. More...
Classes | |
class | StochTree::ColumnMatrix |
Internal wrapper around Eigen::MatrixXd interface for multidimensional floating point data. More... | |
class | StochTree::ColumnVector |
Internal wrapper around Eigen::VectorXd interface for univariate floating point data. The (frequently updated) full / partial residual used in sampling forests is stored internally as a ColumnVector by the sampling functions (see Forest Sampler API). More... | |
class | StochTree::ForestDataset |
API for loading and accessing data used to sample tree ensembles The covariates / bases / weights used in sampling forests are stored internally as a ForestDataset by the sampling functions (see Forest Sampler API). More... | |
class | StochTree::RandomEffectsDataset |
API for loading and accessing data used to sample (additive) random effects. More... | |
Functions for loading, using, and modifying training / test data for forest samplers.