StochTree 0.0.1
|
This is the complete list of members for StochTree::ForestContainer, including all inherited members.
AddSample(TreeEnsemble &forest) | StochTree::ForestContainer | |
AddSamples(int num_samples) | StochTree::ForestContainer | |
append_from_json(const nlohmann::json &forest_container_json) | StochTree::ForestContainer | |
CopyFromPreviousSample(int new_sample_id, int previous_sample_id) | StochTree::ForestContainer | |
DeleteSample(int sample_num) | StochTree::ForestContainer | |
ForestContainer(int num_trees, int output_dimension=1, bool is_leaf_constant=true, bool is_exponentiated=false) | StochTree::ForestContainer | |
ForestContainer(int num_samples, int num_trees, int output_dimension=1, bool is_leaf_constant=true, bool is_exponentiated=false) | StochTree::ForestContainer | |
from_json(const nlohmann::json &forest_container_json) | StochTree::ForestContainer | |
InitializeRoot(double leaf_value) | StochTree::ForestContainer | |
InitializeRoot(std::vector< double > &leaf_vector) | StochTree::ForestContainer | |
Predict(ForestDataset &dataset) | StochTree::ForestContainer | |
PredictRaw(ForestDataset &dataset) | StochTree::ForestContainer | |
to_json() | StochTree::ForestContainer |