public class TreeStats
extends water.Iced
Modifier and Type | Field and Description |
---|---|
long |
_byte_size |
int |
_max_depth |
int |
_max_leaves |
float |
_mean_depth |
float |
_mean_leaves |
int |
_min_depth |
int |
_min_leaves |
int |
_num_trees |
Constructor and Description |
---|
TreeStats() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid() |
void |
mergeWith(TreeStats otherTreeStats) |
void |
setNumTrees(int i) |
java.lang.String |
toString() |
void |
updateBy(DTree tree) |