createForest.Rd
Create a forest
createForest( num_trees, output_dimension = 1, is_leaf_constant = F, is_exponentiated = F )
Number of trees in the forest
Dimensionality of the outcome model
Whether leaf is constant
Whether forest predictions should be exponentiated before being returned
Forest object
Forest