StochTree 0.0.1
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StochTree::ForestTracker Class Reference

"Superclass" wrapper around tracking data structures for forest sampling algorithms More...

#include <partition_tracker.h>

Public Member Functions

 ForestTracker (Eigen::MatrixXd &covariates, std::vector< FeatureType > &feature_types, int num_trees, int num_observations)
 Construct a new ForestTracker object.
 

Detailed Description

"Superclass" wrapper around tracking data structures for forest sampling algorithms

Constructor & Destructor Documentation

◆ ForestTracker()

StochTree::ForestTracker::ForestTracker ( Eigen::MatrixXd &  covariates,
std::vector< FeatureType > &  feature_types,
int  num_trees,
int  num_observations 
)

Construct a new ForestTracker object.

Parameters
covariatesMatrix of covariate data
feature_typesType of each feature (column) in covariates. This is represented by the enum StochTree::FeatureType
num_treesNumber of trees in an ensemble to be sampled
num_observationsNumber of rows in covariates

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