|
StochTree 0.1.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 | |
| AddToForest(int forest_index, double constant_value) | StochTree::ForestContainer | inline |
| 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 | |
| MergeForests(int inbound_forest_index, int outbound_forest_index) | StochTree::ForestContainer | inline |
| MultiplyForest(int forest_index, double constant_multiple) | StochTree::ForestContainer | inline |
| Predict(ForestDataset &dataset) | StochTree::ForestContainer | |
| PredictRaw(ForestDataset &dataset) | StochTree::ForestContainer | |
| to_json() | StochTree::ForestContainer |