| indices_ | StochTree::FeatureUnsortedPartition | |
| IsLeaf(int node_id) | StochTree::FeatureUnsortedPartition | |
| IsValidNode(int node_id) | StochTree::FeatureUnsortedPartition | |
| LeftNode(int node_id) | StochTree::FeatureUnsortedPartition | |
| LeftNodeIsLeaf(int node_id) | StochTree::FeatureUnsortedPartition | |
| NodeBegin(int node_id) | StochTree::FeatureUnsortedPartition | |
| NodeEnd(int node_id) | StochTree::FeatureUnsortedPartition | |
| NodeIndices(int node_id) | StochTree::FeatureUnsortedPartition | |
| NodeSize(int node_id) | StochTree::FeatureUnsortedPartition | |
| Parent(int node_id) | StochTree::FeatureUnsortedPartition | |
| PartitionNode(Eigen::MatrixXd &covariates, int node_id, int left_node_id, int right_node_id, int feature_split, TreeSplit &split) | StochTree::FeatureUnsortedPartition | |
| PartitionNode(Eigen::MatrixXd &covariates, int node_id, int left_node_id, int right_node_id, int feature_split, double split_value) | StochTree::FeatureUnsortedPartition | |
| PartitionNode(Eigen::MatrixXd &covariates, int node_id, int left_node_id, int right_node_id, int feature_split, std::vector< std::uint32_t > const &category_list) | StochTree::FeatureUnsortedPartition | |
| PruneNodeToLeaf(int node_id) | StochTree::FeatureUnsortedPartition | |
| ReconstituteFromTree(Tree &tree, ForestDataset &dataset) | StochTree::FeatureUnsortedPartition | |
| RightNode(int node_id) | StochTree::FeatureUnsortedPartition | |
| RightNodeIsLeaf(int node_id) | StochTree::FeatureUnsortedPartition | |
| UpdateObservationMapping(int node_id, int tree_id, SampleNodeMapper *sample_node_mapper) | StochTree::FeatureUnsortedPartition | |